mirror of https://github.com/apache/archiva.git
simplify (correct) how descriptors are created and used
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@430605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7895d55853
commit
34a957ef25
|
@ -163,8 +163,6 @@
|
|||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<fileName>plexus.xml</fileName>
|
||||
<containerDescriptor>true</containerDescriptor>
|
||||
<roleDefaults>
|
||||
<roleDefault>
|
||||
<role>com.opensymphony.xwork.Action</role>
|
||||
|
@ -172,21 +170,6 @@
|
|||
</roleDefault>
|
||||
</roleDefaults>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>merge</id>
|
||||
<configuration>
|
||||
<output>${project.build.outputDirectory}/META-INF/plexus/plexus.xml</output>
|
||||
<descriptors>
|
||||
<descriptor>${project.build.directory}/generated-resources/plexus/plexus.xml</descriptor>
|
||||
<descriptor>src/main/plexus/plexus.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>merge-descriptors</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue