Skip to content

Commit 3d9c28b

Browse files
committed
Upgrade parent to plexus 15
1 parent e5a2ed7 commit 3d9c28b

File tree

1 file changed

+12
-31
lines changed

1 file changed

+12
-31
lines changed

pom.xml

+12-31
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<parent>
77
<groupId>org.codehaus.plexus</groupId>
8-
<artifactId>plexus-components</artifactId>
9-
<version>10.0</version>
8+
<artifactId>plexus</artifactId>
9+
<version>15</version>
1010
</parent>
1111

1212
<artifactId>plexus-compiler</artifactId>
@@ -120,6 +120,16 @@
120120
<artifactId>hamcrest</artifactId>
121121
<version>2.2</version>
122122
</dependency>
123+
<dependency>
124+
<groupId>org.codehaus.plexus</groupId>
125+
<artifactId>plexus-utils</artifactId>
126+
<version>4.0.0</version>
127+
</dependency>
128+
<dependency>
129+
<groupId>org.codehaus.plexus</groupId>
130+
<artifactId>plexus-xml</artifactId>
131+
<version>4.0.1</version>
132+
</dependency>
123133
</dependencies>
124134
</dependencyManagement>
125135

@@ -167,25 +177,6 @@
167177
<topSiteURL>${scm.url}</topSiteURL>
168178
</configuration>
169179
</plugin>
170-
<plugin>
171-
<groupId>org.codehaus.plexus</groupId>
172-
<artifactId>plexus-component-metadata</artifactId>
173-
<executions>
174-
<execution>
175-
<id>process-classes</id>
176-
<phase>none</phase>
177-
</execution>
178-
<execution>
179-
<id>process-test-classes</id>
180-
<phase>none</phase>
181-
</execution>
182-
<execution>
183-
<id>default</id>
184-
<phase>none</phase>
185-
</execution>
186-
</executions>
187-
</plugin>
188-
189180
<plugin>
190181
<groupId>org.apache.maven.plugins</groupId>
191182
<artifactId>maven-enforcer-plugin</artifactId>
@@ -232,16 +223,6 @@
232223
<plugin>
233224
<groupId>org.eclipse.sisu</groupId>
234225
<artifactId>sisu-maven-plugin</artifactId>
235-
<version>0.9.0.M2</version>
236-
<executions>
237-
<execution>
238-
<id>index-project</id>
239-
<goals>
240-
<goal>main-index</goal>
241-
<goal>test-index</goal>
242-
</goals>
243-
</execution>
244-
</executions>
245226
</plugin>
246227

247228
</plugins>

0 commit comments

Comments
 (0)