mirror of
https://github.com/apache/archiva.git
synced 2025-02-08 11:06:03 +00:00
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>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus-maven-plugin</artifactId>
|
<artifactId>plexus-maven-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<fileName>plexus.xml</fileName>
|
|
||||||
<containerDescriptor>true</containerDescriptor>
|
|
||||||
<roleDefaults>
|
<roleDefaults>
|
||||||
<roleDefault>
|
<roleDefault>
|
||||||
<role>com.opensymphony.xwork.Action</role>
|
<role>com.opensymphony.xwork.Action</role>
|
||||||
@ -172,21 +170,6 @@
|
|||||||
</roleDefault>
|
</roleDefault>
|
||||||
</roleDefaults>
|
</roleDefaults>
|
||||||
</configuration>
|
</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>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user