Author: simonetripodi
Date: Sat Jan 14 12:14:39 2012
New Revision: 1231489

URL: http://svn.apache.org/viewvc?rev=1231489&view=rev
Log:
again on the final artifact name pattern

Modified:
    incubator/any23/trunk/core/pom.xml
    incubator/any23/trunk/core/src/main/assembly/README.txt
    incubator/any23/trunk/core/src/main/assembly/bin.xml

Modified: incubator/any23/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/core/pom.xml?rev=1231489&r1=1231488&r2=1231489&view=diff
==============================================================================
--- incubator/any23/trunk/core/pom.xml (original)
+++ incubator/any23/trunk/core/pom.xml Sat Jan 14 12:14:39 2012
@@ -204,8 +204,7 @@
         <configuration>
           <attach>false</attach>
           <tarLongFileMode>gnu</tarLongFileMode>
-          <finalName>apache-${project.build.finalName}</finalName>
-          <appendAssemblyId>false</appendAssemblyId>
+          <finalName>apache-any23-${project.version}</finalName>
           <descriptors>
             <descriptor>${basedir}/src/main/assembly/bin.xml</descriptor>
           </descriptors>

Modified: incubator/any23/trunk/core/src/main/assembly/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/assembly/README.txt?rev=1231489&r1=1231488&r2=1231489&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/main/assembly/README.txt (original)
+++ incubator/any23/trunk/core/src/main/assembly/README.txt Sat Jan 14 12:14:39 
2012
@@ -49,18 +49,18 @@ Apache Any23 (${implementation.build}; $
   1) Unpack the archive where you would like to store the binaries, eg:
 
     Unix-based Operating Systems (Linux, Solaris and Mac OS X)
-      tar zxvf ${project.build.finalName}.tar.gz
+      tar zxvf apache-any23-${project.version}-bin.tar.gz
     Windows 2000/XP
-      unzip ${project.build.finalName}.zip
+      unzip apache-any23-${project.version}-bin.zip
 
-  2) A directory called "apache-${project.build.finalName}" will be created.
+  2) A directory called "apache-any23-${project.version}" will be created.
 
   3) Add the bin directory to your PATH, eg:
 
     Unix-based Operating Systems (Linux, Solaris and Mac OS X)
-      export PATH=/usr/local/apache-${project.build.finalName}/bin:$PATH
+      export PATH=/usr/local/apache-any23-${project.version}/bin:$PATH
     Windows 2000/XP
-      set PATH="c:\program files\apache-${project.build.finalName}\bin";%PATH%
+      set PATH="c:\program files\apache-any23-${project.version}\bin";%PATH%
 
   4) Make sure JAVA_HOME is set to the location of your JDK
 

Modified: incubator/any23/trunk/core/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/assembly/bin.xml?rev=1231489&r1=1231488&r2=1231489&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/main/assembly/bin.xml (original)
+++ incubator/any23/trunk/core/src/main/assembly/bin.xml Sat Jan 14 12:14:39 
2012
@@ -24,7 +24,7 @@
     <format>zip</format>
   </formats>
   <includeBaseDirectory>true</includeBaseDirectory>
-  <baseDirectory>apache-${project.build.finalName}</baseDirectory>
+  <baseDirectory>apache-any23-${project.version}</baseDirectory>
 
   <files>
     <file>


Reply via email to