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 22:00:29 UTC

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

Author: rafale
Date: Mon Jan 28 13:00:27 2008
New Revision: 616040

URL: http://svn.apache.org/viewvc?rev=616040&view=rev
Log:
removed 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=616040&r1=616039&r2=616040&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/pom.xml Mon Jan 28 13:00:27 2008
@@ -251,7 +251,6 @@
                   <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>