]> source.dussan.org Git - archiva.git/commitdiff
Adding required plexus:merge
authorJoakim Erdfelt <joakime@apache.org>
Tue, 20 Feb 2007 22:48:37 +0000 (22:48 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Tue, 20 Feb 2007 22:48:37 +0000 (22:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@509790 13f79535-47bb-0310-9956-ffa450edef68

archiva-MRM-239/archiva-security/pom.xml

index 78cbd1282ad780d7e3ea505e9e7e7b8f7de951a4..c0064555329e0f4cb734d2ff3804fc93cc144b42 100644 (file)
       <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>