Skip to content

Commit

Permalink
temporary hack: avoid plexus-component-metadata:merge-metadata
Browse files Browse the repository at this point in the history
this goal is not reproducible
see codehaus-plexus/plexus-containers#27
  • Loading branch information
hboutemy committed Oct 20, 2019
1 parent 98d407a commit d452f1d
Show file tree
Hide file tree
Showing 2 changed files with 1,075 additions and 0 deletions.
14 changes: 14 additions & 0 deletions maven-core/pom.xml
Expand Up @@ -33,6 +33,10 @@ under the License.
<name>Maven Core</name>
<description>Maven Core classes.</description>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<!-- Maven -->
<dependency>
Expand Down Expand Up @@ -195,6 +199,16 @@ under the License.
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<!-- plexus-component-metadata:merge-metadata disabled in favor of src/main/resources/META-INF/plexus/components.xml
while waiting for a fix to https://github.com/codehaus-plexus/plexus-containers/issues/27 -->
<phase>deploy</phase>
<goals>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.sisu</groupId>
Expand Down

0 comments on commit d452f1d

Please sign in to comment.