Repository: qpid-broker-j
Updated Branches:
  refs/heads/6.1.x c1bd225da -> ac43edc91


NO-JIRA: Remove redundant maven profile


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/ac43edc9
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/ac43edc9
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/ac43edc9

Branch: refs/heads/6.1.x
Commit: ac43edc9138c8f1f64d232ed2d4a550f46c66f9f
Parents: c1bd225d
Author: Alex Rudyy <[email protected]>
Authored: Sun May 28 20:30:24 2017 +0100
Committer: Alex Rudyy <[email protected]>
Committed: Sun May 28 20:30:24 2017 +0100

----------------------------------------------------------------------
 pom.xml                      |  2 +-
 qpid-systests-parent/pom.xml | 16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/ac43edc9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b0eebad..9ca1103 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
     <java.target>1.7</java.target>
 
     <!-- enforcer plugin config properties -->
-    
<supported-test-profiles-regex>(java-mms.0-9|java-mms.0-9-1|java-mms.0-10|java-bdb.0-9|java-bdb.0-9-1|java-bdb.0-10|java-dby.0-9|java-dby.0-9-1|java-dby.0-10|java-dby-mem.0-9|java-dby-mem.0-9-1|java-dby-mem.0-10|cpp|java-json.0-9-1|java-json.0-10|skip.systests)</supported-test-profiles-regex>
+    
<supported-test-profiles-regex>(java-mms.0-9|java-mms.0-9-1|java-mms.0-10|java-bdb.0-9|java-bdb.0-9-1|java-bdb.0-10|java-dby.0-9|java-dby.0-9-1|java-dby.0-10|java-dby-mem.0-9|java-dby-mem.0-9-1|java-dby-mem.0-10|cpp|java-json.0-9-1|java-json.0-10)</supported-test-profiles-regex>
 
     <!-- surefire forked jvm arguments -->
     <argLine>-Xmx512m</argLine>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/ac43edc9/qpid-systests-parent/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-systests-parent/pom.xml b/qpid-systests-parent/pom.xml
index ad1de64..1dd7906 100644
--- a/qpid-systests-parent/pom.xml
+++ b/qpid-systests-parent/pom.xml
@@ -237,20 +237,4 @@
     </plugins>
   </reporting>
 
-  <profiles>
-    <profile>
-      <id>skip.systests</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <skipTests>true</skipTests>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to