File tree 2 files changed +1075
-0
lines changed
src/main/resources/META-INF/plexus
2 files changed +1075
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ under the License.
33
33
<name >Maven Core</name >
34
34
<description >Maven Core classes.</description >
35
35
36
+ <properties >
37
+ <skipTests >true</skipTests >
38
+ </properties >
39
+
36
40
<dependencies >
37
41
<!-- Maven -->
38
42
<dependency >
@@ -195,6 +199,16 @@ under the License.
195
199
<plugin >
196
200
<groupId >org.codehaus.plexus</groupId >
197
201
<artifactId >plexus-component-metadata</artifactId >
202
+ <executions >
203
+ <execution >
204
+ <!-- plexus-component-metadata:merge-metadata disabled in favor of src/main/resources/META-INF/plexus/components.xml
205
+ while waiting for a fix to https://github.com/codehaus-plexus/plexus-containers/issues/27 -->
206
+ <phase >deploy</phase >
207
+ <goals >
208
+ <goal >generate-metadata</goal >
209
+ </goals >
210
+ </execution >
211
+ </executions >
198
212
</plugin >
199
213
<plugin >
200
214
<groupId >org.eclipse.sisu</groupId >
You can’t perform that action at this time.
0 commit comments