mirror of https://github.com/apache/archiva.git
Adding required plexus:merge
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-MRM-239@509790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e8be4bda1
commit
4f4c3eac83
|
@ -42,4 +42,26 @@
|
||||||
<artifactId>plexus-component-api</artifactId>
|
<artifactId>plexus-component-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
<artifactId>plexus-maven-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>merge</id>
|
||||||
|
<goals>
|
||||||
|
<goal>merge-descriptors</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<descriptors>
|
||||||
|
<descriptor>${basedir}/src/main/resources/META-INF/plexus/components.xml</descriptor>
|
||||||
|
<descriptor>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</descriptor>
|
||||||
|
</descriptors>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue