Author: [email protected]
Date: Wed Sep 14 17:56:08 2011
New Revision: 1368
Log:
AMDATU-413 Changed release and itest profiles to be on by default
Modified:
trunk/amdatu-cassandra/pom.xml
trunk/amdatu-cassandra/release/pom.xml
trunk/amdatu-cassandra/test-integration/tests/pom.xml
Modified: trunk/amdatu-cassandra/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/pom.xml (original)
+++ trunk/amdatu-cassandra/pom.xml Wed Sep 14 17:56:08 2011
@@ -20,7 +20,7 @@
<parent>
<groupId>org.amdatu</groupId>
<artifactId>amdatu</artifactId>
- <version>3-SNAPSHOT</version>
+ <version>4-SNAPSHOT</version>
<relativePath>../amdatu-parent/pom.xml</relativePath>
</parent>
<groupId>org.amdatu.cassandra</groupId>
Modified: trunk/amdatu-cassandra/release/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/release/pom.xml (original)
+++ trunk/amdatu-cassandra/release/pom.xml Wed Sep 14 17:56:08 2011
@@ -15,7 +15,8 @@
limitations under the License.verning permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.amdatu.cassandra</groupId>
@@ -77,20 +78,17 @@
<type>bundle</type>
</dependency>
</dependencies>
-
<profiles>
<profile>
- <!-- Profile active only for release builds -->
- <id>build-release</id>
+ <id>release</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
<executions>
<execution>
<id>create-release</id>
Modified: trunk/amdatu-cassandra/test-integration/tests/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/test-integration/tests/pom.xml (original)
+++ trunk/amdatu-cassandra/test-integration/tests/pom.xml Wed Sep 14
17:56:08 2011
@@ -122,27 +122,12 @@
</dependency>
</dependencies>
- <build>
- <plugins>
- <!--
- Outside the itest profile just skip surefire.
- -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
<profiles>
- <!--
- In the itest profile launch surefire in the
- integration-test phase.
- -->
<profile>
<id>itest</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<build>
<plugins>
<plugin>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits