[jboss-osgi-commits] JBoss-OSGI SVN: r93505 - in projects/jboss-osgi/trunk/hudson: hudson-home and 2 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Sep 14 15:52:39 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-14 15:52:38 -0400 (Mon, 14 Sep 2009)
New Revision: 93505

Modified:
   projects/jboss-osgi/trunk/hudson/ant.properties.example
   projects/jboss-osgi/trunk/hudson/hudson-home/hudson.tasks.Maven.xml
   projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml
   projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-embedded/config.xml
Log:
Use explicit maven version

Modified: projects/jboss-osgi/trunk/hudson/ant.properties.example
===================================================================
--- projects/jboss-osgi/trunk/hudson/ant.properties.example	2009-09-14 19:51:13 UTC (rev 93504)
+++ projects/jboss-osgi/trunk/hudson/ant.properties.example	2009-09-14 19:52:38 UTC (rev 93505)
@@ -15,6 +15,7 @@
 hudson.username=changeme
 hudson.password=changeme
 
+hudson.maven.name=apache-maven-2.2.1
 hudson.maven.path=/usr/java/apache-maven-2.2.1
 
 hudson.root=/home/hudson/workspace/hudson/jboss-osgi

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/hudson.tasks.Maven.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/hudson.tasks.Maven.xml	2009-09-14 19:51:13 UTC (rev 93504)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/hudson.tasks.Maven.xml	2009-09-14 19:52:38 UTC (rev 93505)
@@ -2,7 +2,7 @@
 <hudson.tasks.Maven_-DescriptorImpl>
   <installations>
     <hudson.tasks.Maven_-MavenInstallation>
-      <name>apache-maven</name>
+      <name>@hudson.maven.name@</name>
       <mavenHome>@hudson.maven.path@</mavenHome>
     </hudson.tasks.Maven_-MavenInstallation>
   </installations>

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml	2009-09-14 19:51:13 UTC (rev 93504)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-embedded/config.xml	2009-09-14 19:52:38 UTC (rev 93505)
@@ -11,7 +11,7 @@
     <hudson.model.ParametersDefinitionProperty>
       <parameterDefinitions>
         <hudson.model.StringParameterDefinition>
-          <name>FRAMEWORK</name>
+          <name>framework</name>
           <optional>false</optional>
           <defaultValue>jbossmc</defaultValue>
         </hudson.model.StringParameterDefinition>
@@ -38,7 +38,7 @@
   <builders>
     <hudson.tasks.Maven>
       <targets>-U -fae clean install</targets>
-      <mavenName>apache-maven</mavenName>
+      <mavenName>@hudson.maven.name@</mavenName>
     </hudson.tasks.Maven>
   </builders>
   <publishers class="vector">

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-embedded/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-embedded/config.xml	2009-09-14 19:51:13 UTC (rev 93504)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-embedded/config.xml	2009-09-14 19:52:38 UTC (rev 93505)
@@ -52,7 +52,7 @@
   <builders>
     <hudson.tasks.Maven>
       <targets>-U -fae clean install</targets>
-      <mavenName>apache-maven</mavenName>
+      <mavenName>@hudson.maven.name@</mavenName>
     </hudson.tasks.Maven>
   </builders>
   <publishers class="vector">



More information about the jboss-osgi-commits mailing list