[eclipse-jbosstools] Change mvn-rpmbuild invocation to new pom

Gerard Ryan galileo at fedoraproject.org
Fri Jan 18 19:12:15 UTC 2013


commit ad3eabbcdf0762c8cfe066a7d6509090e34076e8
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Thu Jan 17 18:52:26 2013 +0000

    Change mvn-rpmbuild invocation to new pom

 eclipse-jbosstools.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-jbosstools.spec b/eclipse-jbosstools.spec
index ebd91d4..56d6254 100644
--- a/eclipse-jbosstools.spec
+++ b/eclipse-jbosstools.spec
@@ -468,13 +468,13 @@ popd
 # and build/tycho-plugins/pom.xml
 sed -i -e 's|<tychoVersion>0.15.0</tychoVersion>|<tychoVersion>0.16.0-SNAPSHOT</tychoVersion>|g' build/parent/pom.xml
 
-sed -e 's|<tychoVersion>0.15.0</tychoVersion>|<tychoVersion>0.16.0-SNAPSHOT</tychoVersion>|g' build/tycho-plugins/pom.xml
+#sed -e 's|<tychoVersion>0.15.0</tychoVersion>|<tychoVersion>0.16.0-SNAPSHOT</tychoVersion>|g' build/tycho-plugins/pom.xml
 
 
 %build
 # Build everything from within build
-pushd build/
-  mvn-rpmbuild install -Plocal.site,%{tools} -Dlocal.site=file:.m2/p2/repo
+pushd build-sites/aggregate/local-site
+  mvn-rpmbuild install -Dlocal.site=file:.m2/p2/repo
 popd
 
 


More information about the scm-commits mailing list