Skip to content

Commit 00ced9e

Browse files
committed
mojohaus#220 move the sisu-maven-plugin to the build section
1 parent ec2543d commit 00ced9e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,15 @@
241241
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-checkstyle-plugin</artifactId>
243243
</plugin>
244+
<plugin>
245+
<groupId>org.eclipse.sisu</groupId>
246+
<artifactId>sisu-maven-plugin</artifactId>
247+
<version>0.3.5</version>
248+
</plugin>
244249
</plugins>
245250
</build>
246251

252+
247253
<reporting>
248254
<plugins>
249255
<plugin>
@@ -264,11 +270,6 @@
264270
<id>run-its</id>
265271
<build>
266272
<plugins>
267-
<plugin>
268-
<groupId>org.eclipse.sisu</groupId>
269-
<artifactId>sisu-maven-plugin</artifactId>
270-
<version>0.3.5</version>
271-
</plugin>
272273
<plugin>
273274
<groupId>org.apache.maven.plugins</groupId>
274275
<artifactId>maven-invoker-plugin</artifactId>

0 commit comments

Comments
 (0)