You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/07/14 18:53:28 UTC

[12/13] incubator-brooklyn git commit: Remove unnecessary profile excluding a Cassandra cluster test

Remove unnecessary profile excluding a Cassandra cluster test


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/3fb487d1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/3fb487d1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/3fb487d1

Branch: refs/heads/master
Commit: 3fb487d1f58cd0a7491c122f56518d2e3a713a2f
Parents: e08f3af
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Tue Jul 14 10:50:31 2015 -0400
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Tue Jul 14 10:50:31 2015 -0400

----------------------------------------------------------------------
 software/nosql/pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/3fb487d1/software/nosql/pom.xml
----------------------------------------------------------------------
diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml
index a1f7944..2c9bd22 100644
--- a/software/nosql/pom.xml
+++ b/software/nosql/pom.xml
@@ -296,25 +296,4 @@
       </pluginManagement>
     </build>
 
-  <profiles>
-    <profile>
-      <id>defaultProfile</id>
-      <activation>
-	<property><name>!brooklyn.cloudtest</name></property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <excludes>
-                <exclude>**/CassandraFabricTest.java</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-	</plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>