You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ma...@apache.org on 2009/07/14 12:44:03 UTC

svn commit: r793843 - in /incubator/wink/trunk: pom.xml wink-scripts/wink-dist/pom.xml

Author: martins
Date: Tue Jul 14 10:44:03 2009
New Revision: 793843

URL: http://svn.apache.org/viewvc?rev=793843&view=rev
Log:
change build profile properrty name

Modified:
    incubator/wink/trunk/pom.xml
    incubator/wink/trunk/wink-scripts/wink-dist/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=793843&r1=793842&r2=793843&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Tue Jul 14 10:44:03 2009
@@ -528,31 +528,23 @@
     </developers>
     <profiles>
         <!--
-            This profile should be activated when we want to deploy a
-            release
+            This profile should be activated during CI build.
         -->
         <profile>
-            <id>Hudson-main</id>
+            <id>CI Build</id>
             <activation>
                 <activeByDefault>false</activeByDefault>
                 <property>
-                    <name>buildType</name>
-                    <value>Hudson</value>
+                    <name>build</name>
+                    <value>CI</value>
                 </property>
             </activation>
-            <reporting>
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>cobertura-maven-plugin</artifactId>
-                    </plugin>
-                </plugins>
-            </reporting>
             <build>
                 <plugins>
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>cobertura-maven-plugin</artifactId>
+                        <version>2.3</version>
                         <executions>
                             <execution>
                                 <phase>install</phase>

Modified: incubator/wink/trunk/wink-scripts/wink-dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/pom.xml?rev=793843&r1=793842&r2=793843&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/pom.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/pom.xml Tue Jul 14 10:44:03 2009
@@ -97,12 +97,12 @@
 		</profile>
 
 		<profile>
-			<id>Hudson-dist</id>
+			<id>CI Build</id>
 			<activation>
 				<activeByDefault>false</activeByDefault>
 				<property>
-					<name>buildType</name>
-					<value>Hudson</value>
+					<name>build</name>
+					<value>CI</value>
 				</property>
 			</activation>
 			<build>