You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by jo...@apache.org on 2007/02/20 23:48:38 UTC

svn commit: r509790 - /maven/archiva/branches/archiva-MRM-239/archiva-security/pom.xml

Author: joakime
Date: Tue Feb 20 14:48:37 2007
New Revision: 509790

URL: http://svn.apache.org/viewvc?view=rev&rev=509790
Log:
Adding required plexus:merge

Modified:
    maven/archiva/branches/archiva-MRM-239/archiva-security/pom.xml

Modified: maven/archiva/branches/archiva-MRM-239/archiva-security/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/branches/archiva-MRM-239/archiva-security/pom.xml?view=diff&rev=509790&r1=509789&r2=509790
==============================================================================
--- maven/archiva/branches/archiva-MRM-239/archiva-security/pom.xml (original)
+++ maven/archiva/branches/archiva-MRM-239/archiva-security/pom.xml Tue Feb 20 14:48:37 2007
@@ -42,4 +42,26 @@
       <artifactId>plexus-component-api</artifactId>
     </dependency>
   </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>