You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2007/12/23 18:32:01 UTC

svn commit: r606579 - /maven/continuum/trunk/continuum-plexus-runtime/pom.xml

Author: wsmoak
Date: Sun Dec 23 09:31:58 2007
New Revision: 606579

URL: http://svn.apache.org/viewvc?rev=606579&view=rev
Log:
CONTINUUM-1186 Add 'apache' prefix to finalName so it will be in the base directory of the assembly

Modified:
    maven/continuum/trunk/continuum-plexus-runtime/pom.xml

Modified: maven/continuum/trunk/continuum-plexus-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-plexus-runtime/pom.xml?rev=606579&r1=606578&r2=606579&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-runtime/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-runtime/pom.xml Sun Dec 23 09:31:58 2007
@@ -145,7 +145,7 @@
         </executions>
         <configuration>
           <descriptor>src/main/assembly/bin.xml</descriptor>
-          <finalName>continuum-${version}</finalName>
+          <finalName>apache-continuum-${version}</finalName>
         </configuration>
       </plugin>
       <plugin>