You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/22 00:33:32 UTC

svn commit: r639911 - /directory/installers/branches/bigbang/apacheds/pom.xml

Author: felixk
Date: Fri Mar 21 16:33:19 2008
New Revision: 639911

URL: http://svn.apache.org/viewvc?rev=639911&view=rev
Log:
IMO it's even worse practice to pollute users home directory with files created during a build process.
Changing directory leaded to errors - fixed in daemon-plugin-1.1.2-SNAPSHOT, therefor use this version for rpm generation.

Modified:
    directory/installers/branches/bigbang/apacheds/pom.xml

Modified: directory/installers/branches/bigbang/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/bigbang/apacheds/pom.xml?rev=639911&r1=639910&r2=639911&view=diff
==============================================================================
--- directory/installers/branches/bigbang/apacheds/pom.xml (original)
+++ directory/installers/branches/bigbang/apacheds/pom.xml Fri Mar 21 16:33:19 2008
@@ -425,7 +425,7 @@
           <plugin>
             <groupId>org.apache.directory.daemon</groupId>
             <artifactId>daemon-plugin</artifactId>
-            <version>1.1.1</version>
+            <version>1.1.2-SNAPSHOT</version>
             <configuration>
               <excludes>
 
@@ -532,7 +532,7 @@
                   </packagedFiles>
                   <id>apacheds-i386-rpm</id>
                   <rpmSpecificationFile>src/main/installers/apacheds-rpm.spec</rpmSpecificationFile>
-                  <!--<rpmTopDir>${user.home}/rpmbuild</rpmTopDir>-->
+                  <rpmTopDir>target/rpmbuild</rpmTopDir>
                   <finalName>
                     apacheds-server-1.5.2-SNAPSHOT-i386.rpm
                   </finalName>
@@ -579,7 +579,7 @@
                   </packagedFiles>
                   <id>apacheds-x86_64-rpm</id>
                   <rpmSpecificationFile>src/main/installers/apacheds-rpm.spec</rpmSpecificationFile>
-                  <!--<rpmTopDir>${user.home}/rpmbuild</rpmTopDir>-->
+                  <rpmTopDir>target/rpmbuild</rpmTopDir>
                   <finalName>
                     apacheds-server-1.5.2-SNAPSHOT-x86_64.rpm
                   </finalName>