Skip to content

Commit 0bad944

Browse files
committed
Tweak project property declaration order
First compiler, then unit tests, then enforcer config grouped together.
1 parent 2bd7ddc commit 0bad944

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,6 @@
160160
<!-- Copyright owners to use in license headers atop each file. -->
161161
<license.copyrightOwners>N/A</license.copyrightOwners>
162162

163-
<!-- Classes the enforcer allows to be duplicated on the classpath. -->
164-
<allowedDuplicateClasses />
165-
166-
<!-- Extra maven-surefire-plugin args. -->
167-
<scijava.surefire.args />
168-
169163
<!-- Compiler configuration. -->
170164
<scijava.jvm.version>1.8</scijava.jvm.version>
171165
<scijava.jvm.test.version>${scijava.jvm.version}</scijava.jvm.test.version>
@@ -181,12 +175,18 @@
181175
-->
182176
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
183177

178+
<!-- Extra maven-surefire-plugin args. -->
179+
<scijava.surefire.args />
180+
184181
<!-- Minimum required Maven version to build the project. -->
185182
<scijava.mvn.version>3.3.9</scijava.mvn.version>
186183

187184
<!-- List of groupIds for which build reproducibility is enforced. -->
188185
<scijava.groupIds>org.scijava,net.imagej,net.imglib2,io.scif,sc.fiji</scijava.groupIds>
189186

187+
<!-- Classes the enforcer allows to be duplicated on the classpath. -->
188+
<allowedDuplicateClasses />
189+
190190
<!--
191191
List of valid developer and contributor roles.
192192
See: https://imagej.net/Team

0 commit comments

Comments
 (0)