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 18e868c commit 3562576
Show file tree
Hide file tree
Showing 2 changed files with 1,072 additions and 0 deletions.
11 changes: 11 additions & 0 deletions maven-core/pom.xml
Expand Up @@ -195,6 +195,17 @@ 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 -->
<id>no-merge</id>
<goals>
<goal>generate-metadata</goal>
<goal>generate-test-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.sisu</groupId>
Expand Down

0 comments on commit 3562576

Please sign in to comment.