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 -->