Browse Source

goal changed to verify

benjamin.schwertfeger@gmail.com 14 years ago
parent
commit
352c9a26ac

+ 3 - 2
releng/org.yakindu.sct.releng/hudson.README

@@ -38,15 +38,16 @@ Build:
 
 + Invoke Maven 3
 	Goals
-		clean package
+		clean verify
 	POM File
 		../build/org.yakindu.sct.releng/pom.xml
 	Profiles
-		CI
+		CI,Indigo.target
 	Properties
 		xtextUtilsRepository=${env.xtextUtilsRepository}
 NOTE: This is for parameterized build with dependency to the xtextUtils Job. The URL should point to an repository with XtextUtils.
 	JVM Options
+	Private Maven-Repository: Checked
 
 		
 + Execute Shell

+ 2 - 2
releng/org.yakindu.sct.releng/pom.xml

@@ -66,7 +66,7 @@
 					</execution>
 					<execution>
 						<id>replace-back-build-token</id>
-						<phase>install</phase>
+						<phase>verify</phase>
 						<configuration>
 							<tasks>
 								<taskdef resource="net/sf/antcontrib/antcontrib.properties"
@@ -119,7 +119,7 @@
 				ssl-cert, local results previous build in local repo are used as fallback -->
 			<id>xtextUtils</id>
 			<layout>p2</layout>
-			<url>${xtextUtilsRepository}artifact/update-site/</url>
+			<url>${xtextUtilsRepository}/artifact/update-site/</url>
 		</repository>
 	</repositories>