Skip to content

Commit b13067e

Browse files
committed
Consolidate plugins
1 parent 354ead0 commit b13067e

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

org.eclipse.sisu.plexus/pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,6 @@
117117
<plugin>
118118
<groupId>org.eclipse.sisu</groupId>
119119
<artifactId>sisu-maven-plugin</artifactId>
120-
<version>0.9.0.M2</version>
121-
<executions>
122-
<execution>
123-
<id>index-project</id>
124-
<goals>
125-
<goal>main-index</goal>
126-
<goal>test-index</goal>
127-
</goals>
128-
</execution>
129-
</executions>
130120
</plugin>
131121
<plugin>
132122
<groupId>biz.aQute.bnd</groupId>

pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,20 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
516516
<artifactId>spotless-maven-plugin</artifactId>
517517
<version>2.35.0</version>
518518
</plugin>
519+
<plugin>
520+
<groupId>org.eclipse.sisu</groupId>
521+
<artifactId>sisu-maven-plugin</artifactId>
522+
<version>0.9.0.M2</version>
523+
<executions>
524+
<execution>
525+
<id>index-project</id>
526+
<goals>
527+
<goal>main-index</goal>
528+
<goal>test-index</goal>
529+
</goals>
530+
</execution>
531+
</executions>
532+
</plugin>
519533
</plugins>
520534
</pluginManagement>
521535

0 commit comments

Comments
 (0)