changeset 824:5905f7f8ca6d

Change default goal back to "package" in Makefile. Since eclipse tests are run to during package phase there is no need to run things up to the "integration-test" goal. The build of "core" thermostat is run up to the "install" goal so integration tests are run for core. Problem was that eclipse tests were run twice during a build with "make". Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-December/004436.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 07 Dec 2012 13:00:31 +0100
parents 0fe0860a96f2
children bb4a52cba23a
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Dec 05 18:13:54 2012 +0100
+++ b/Makefile	Fri Dec 07 13:00:31 2012 +0100
@@ -11,7 +11,7 @@
 # Do not change anything below
 #
 REPO_FLAG       = -Dmaven.repo.local=$(REPO_LOC)
-GOAL            = integration-test
+GOAL            = package
 POM             = pom.xml
 
 ifeq ($(SKIP_TESTS),true)