You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2012/03/21 21:00:53 UTC

svn commit: r1303545 - /maven/sandbox/trunk/rpm/pom.xml

Author: brett
Date: Wed Mar 21 20:00:52 2012
New Revision: 1303545

URL: http://svn.apache.org/viewvc?rev=1303545&view=rev
Log:
correct the unpacked path name

Modified:
    maven/sandbox/trunk/rpm/pom.xml

Modified: maven/sandbox/trunk/rpm/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/rpm/pom.xml?rev=1303545&r1=1303544&r2=1303545&view=diff
==============================================================================
--- maven/sandbox/trunk/rpm/pom.xml (original)
+++ maven/sandbox/trunk/rpm/pom.xml Wed Mar 21 20:00:52 2012
@@ -17,7 +17,7 @@
   <description>Maven distribution</description>
 
   <properties>
-    <rpm.source.location>${project.build.directory}/rpm-unpack/maven</rpm.source.location>
+    <rpm.source.location>${project.build.directory}/rpm-unpack/apache-maven-3.0.4</rpm.source.location>
     <rpm.username>root</rpm.username>
     <rpm.groupname>root</rpm.groupname>
     <!-- where the rpm will be installed -->