You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ra...@apache.org on 2008/01/28 21:52:47 UTC

svn commit: r616037 - /maven/archetype/trunk/archetype-common/pom.xml

Author: rafale
Date: Mon Jan 28 12:52:36 2008
New Revision: 616037

URL: http://svn.apache.org/viewvc?rev=616037&view=rev
Log:
added includeArtifactIds in dependency:copy

Modified:
    maven/archetype/trunk/archetype-common/pom.xml

Modified: maven/archetype/trunk/archetype-common/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/pom.xml?rev=616037&r1=616036&r2=616037&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/pom.xml Mon Jan 28 12:52:36 2008
@@ -251,6 +251,7 @@
                   <destFileName>archetype-proxy.war</destFileName>
                 </artifactItem>
               </artifactItems>
+              <includeArtifactIds>archetype-repository,archetype-proxy</includeArtifactIds>
               <outputDirectory>${project.build.directory}/wars</outputDirectory>
               <overWriteReleases>true</overWriteReleases>
               <overWriteSnapshots>true</overWriteSnapshots>