We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2543d commit 00ced9eCopy full SHA for 00ced9e
pom.xml
@@ -241,9 +241,15 @@
241
<groupId>org.apache.maven.plugins</groupId>
242
<artifactId>maven-checkstyle-plugin</artifactId>
243
</plugin>
244
+ <plugin>
245
+ <groupId>org.eclipse.sisu</groupId>
246
+ <artifactId>sisu-maven-plugin</artifactId>
247
+ <version>0.3.5</version>
248
+ </plugin>
249
</plugins>
250
</build>
251
252
+
253
<reporting>
254
<plugins>
255
<plugin>
@@ -264,11 +270,6 @@
264
270
<id>run-its</id>
265
271
<build>
266
272
267
- <plugin>
268
- <groupId>org.eclipse.sisu</groupId>
269
- <artifactId>sisu-maven-plugin</artifactId>
- <version>0.3.5</version>
- </plugin>
273
274
275
<artifactId>maven-invoker-plugin</artifactId>
0 commit comments