File tree 1 file changed +12
-31
lines changed
1 file changed +12
-31
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<parent >
7
7
<groupId >org.codehaus.plexus</groupId >
8
- <artifactId >plexus-components </artifactId >
9
- <version >10.0 </version >
8
+ <artifactId >plexus</artifactId >
9
+ <version >15 </version >
10
10
</parent >
11
11
12
12
<artifactId >plexus-compiler</artifactId >
120
120
<artifactId >hamcrest</artifactId >
121
121
<version >2.2</version >
122
122
</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 >
123
133
</dependencies >
124
134
</dependencyManagement >
125
135
167
177
<topSiteURL >${scm.url} </topSiteURL >
168
178
</configuration >
169
179
</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
-
189
180
<plugin >
190
181
<groupId >org.apache.maven.plugins</groupId >
191
182
<artifactId >maven-enforcer-plugin</artifactId >
232
223
<plugin >
233
224
<groupId >org.eclipse.sisu</groupId >
234
225
<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 >
245
226
</plugin >
246
227
247
228
</plugins >
You can’t perform that action at this time.
0 commit comments