# HG changeset patch # User Severin Gehwolf # Date 1347541517 -7200 # Node ID 66da2a49123688b8f8e440dcf419872833db25bf # Parent b34112e37bf22dbf8397e9dc526229a877b39aea More fixes for the Eclipse build. When -Dmaven.repo.local is used the dependency fails to resolve although it's there. Since the build will fail anyway if artifacts aren't around this should be ok. Also fixed build instructions. Reviewed-by: ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-September/003192.html diff -r b34112e37bf2 -r 66da2a491236 eclipse/README.building --- a/eclipse/README.building Thu Sep 13 17:19:17 2012 +0200 +++ b/eclipse/README.building Thu Sep 13 15:05:17 2012 +0200 @@ -1,7 +1,7 @@ -# perhaps rm -rf ~/.m2 +# perhaps set -Dmaven.repo.local=/desired/path +# for all of mvn commands below. cd path/to/thermostat/home mvn clean install -cd eclipse/test-deps-bundle-wrapping -mvn clean install -cd .. -mvn clean package +mvn -f eclipse/test-deps-bundle-wrapping/pom.xml clean install +mvn -f eclipse/test-deps-p2-repository/pom.xml clean package +mvn -f eclipse/pom.xml clean package diff -r b34112e37bf2 -r 66da2a491236 eclipse/test-deps-p2-repository/pom.xml --- a/eclipse/test-deps-p2-repository/pom.xml Thu Sep 13 17:19:17 2012 +0200 +++ b/eclipse/test-deps-p2-repository/pom.xml Thu Sep 13 15:05:17 2012 +0200 @@ -50,19 +50,6 @@ Thermostat Eclipse :: p2 repository for plain Java test deps - - - - com.redhat.thermostat.eclipse.parent - thermostat-eclipse-test-deps - 0.4.0-SNAPSHOT - - pom - - -