You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,7 +15,7 @@ use [pom-scijava](https://github.com/scijava/pom-scijava) as parent.
15
15
16
16
| pom-scijava-base | pom-scijava |
17
17
|:----------------:|:-----------:|
18
-
| "Low level" base POM, _without_ dependency version management. Extend pom-scijava-base only if you are a Maven expert, and have good reasons for doing so. |_Friendly_ base POM for SciJava software, _including_ dependency version management. Extend pom-scijava to inherit the unified SciJava [Bill of Materials](http://imagej.net/BOM): component versions which have been tested to work together. |
18
+
| "Low level" base POM, _without_ dependency version management. Extend pom-scijava-base only if you are a Maven expert, and have good reasons for doing so. |_Friendly_ base POM for SciJava software, _including_ dependency version management. Extend pom-scijava to inherit the unified SciJava [Bill of Materials](https://imagej.net/BOM): component versions which have been tested to work together. |
19
19
20
20
See these examples for guidance:
21
21
@@ -26,7 +26,7 @@ See these examples for guidance:
26
26
## Enforcer rules declared in this parent
27
27
28
28
The `pom-scijava-base` parent POM declares several
29
-
[enforcer](http://maven.apache.org/enforcer/maven-enforcer-plugin/) rules which
29
+
[enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) rules which
30
30
we believe make SciJava-based projects more reproducible and more consistent:
31
31
32
32
*__Plugin versions.__ Out of the box, Maven does not require plugins used to
@@ -57,7 +57,7 @@ we believe make SciJava-based projects more reproducible and more consistent:
57
57
2. Introduce a third artifact to house the co-dependent code, which depends
58
58
on the other two artifacts.
59
59
3. If all else fails, write to the
60
-
[SciJava list](http://groups.google.com/group/scijava) for help.
60
+
[SciJava list](https://groups.google.com/group/scijava) for help.
61
61
62
62
*__Reproducible builds.__ This rule means no `SNAPSHOT` dependencies, no
63
63
`SNAPSHOT` parents, and no `SNAPSHOT` plugin versions. A snapshot version is
@@ -71,7 +71,7 @@ we believe make SciJava-based projects more reproducible and more consistent:
71
71
72
72
*__Developer roles.__ SciJava-based projects define developers and
73
73
contributors with roles matching the
74
-
[SciJava team roles](http://imagej.net/Team). Doing this is vital for
74
+
[SciJava team roles](https://imagej.net/Team). Doing this is vital for
75
75
consistency, and for communicating expectations to the community. By being
76
76
careful about which developers are pledging which sorts of responsibility,
77
77
the social status of each project becomes much clearer, and which social
0 commit comments