Skip to content

Commit 7894d96

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

File tree

2 files changed

+1072
-0
lines changed

2 files changed

+1072
-0
lines changed

maven-core/pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,17 @@ under the License.
190190
<plugin>
191191
<groupId>org.codehaus.plexus</groupId>
192192
<artifactId>plexus-component-metadata</artifactId>
193+
<executions>
194+
<execution>
195+
<!-- plexus-component-metadata:merge-metadata disabled in favor of src/main/resources/META-INF/plexus/components.xml
196+
while waiting for a fix to https://github.com/codehaus-plexus/plexus-containers/issues/27 -->
197+
<id>no-merge</id>
198+
<goals>
199+
<goal>generate-metadata</goal>
200+
<goal>generate-test-metadata</goal>
201+
</goals>
202+
</execution>
203+
</executions>
193204
</plugin>
194205
<plugin>
195206
<groupId>org.eclipse.sisu</groupId>

0 commit comments

Comments
 (0)