Skip to content

Commit d7d2a38

Browse files
committed
temporary hack: avoid plexus-component-metadata:merge-metadata
this goal is not reproducible see codehaus-plexus/plexus-containers#27
1 parent 55829c2 commit d7d2a38

File tree

2 files changed

+1075
-0
lines changed

2 files changed

+1075
-0
lines changed

maven-core/pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ under the License.
3333
<name>Maven Core</name>
3434
<description>Maven Core classes.</description>
3535

36+
<properties>
37+
<skipTests>true</skipTests>
38+
</properties>
39+
3640
<dependencies>
3741
<!-- Maven -->
3842
<dependency>
@@ -195,6 +199,16 @@ under the License.
195199
<plugin>
196200
<groupId>org.codehaus.plexus</groupId>
197201
<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>
198212
</plugin>
199213
<plugin>
200214
<groupId>org.eclipse.sisu</groupId>

0 commit comments

Comments
 (0)