You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/10/27 08:27:00 UTC

svn commit: r468294 - /webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml

Author: chinthaka
Date: Thu Oct 26 23:26:59 2006
New Revision: 468294

URL: http://svn.apache.org/viewvc?view=rev&rev=468294
Log:
War should not contain a version.

Modified:
    webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml

Modified: webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml?view=diff&rev=468294&r1=468293&r2=468294
==============================================================================
--- webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml (original)
+++ webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml Thu Oct 26 23:26:59 2006
@@ -476,7 +476,7 @@
             </ant:fileset>
         </ant:copy>
 
-        <ant:war destfile="target/dist/axis2-${pom.currentVersion}.war"
+        <ant:war destfile="target/dist/axis2.war"
                  webxml="modules/webapp/conf/web.xml">
             <ant:lib dir="target/temp/war/lib">
                 <ant:include name="**"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org