mirror of https://github.com/apache/archiva.git
MRM-995 - Generated Descriptors are wrong after Eclipse Project Clean
* Submitted by Steffen Grunwald. Thanks for the patch :) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@743169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4719834dfa
commit
034f98a509
|
@ -61,6 +61,7 @@
|
|||
<artifactId>plexus-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>descriptor</goal>
|
||||
</goals>
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>descriptor</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>descriptor</goal>
|
||||
</goals>
|
||||
|
|
|
@ -58,11 +58,12 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>merge</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>merge-descriptors</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptor>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</descriptor>
|
||||
<output>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</output>
|
||||
<descriptors>
|
||||
<descriptor>${basedir}/src/main/resources/META-INF/plexus/components-fragment.xml</descriptor>
|
||||
<descriptor>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</descriptor>
|
||||
|
|
|
@ -81,11 +81,12 @@
|
|||
</execution>
|
||||
<execution>
|
||||
<id>merge</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>merge-descriptors</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptor>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</descriptor>
|
||||
<output>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</output>
|
||||
<descriptors>
|
||||
<descriptor>${basedir}/src/main/resources/META-INF/plexus/components-fragment.xml</descriptor>
|
||||
<descriptor>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</descriptor>
|
||||
|
|
|
@ -90,10 +90,12 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>merge</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>merge-descriptors</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<output>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</output>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue