We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97f3ed commit 7894d96Copy full SHA for 7894d96
maven-core/pom.xml
@@ -190,6 +190,17 @@ under the License.
190
<plugin>
191
<groupId>org.codehaus.plexus</groupId>
192
<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>
204
</plugin>
205
206
<groupId>org.eclipse.sisu</groupId>
0 commit comments