Repository: qpid-broker-j Updated Branches: refs/heads/6.0.x 29daa3b91 -> 5221fb1cc
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/5221fb1c Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/5221fb1c Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/5221fb1c Branch: refs/heads/6.0.x Commit: 5221fb1cc9ec0201d10996f06142d2a11b0c8314 Parents: 29daa3b Author: Alex Rudyy <[email protected]> Authored: Sun May 28 20:21:54 2017 +0100 Committer: Alex Rudyy <[email protected]> Committed: Sun May 28 20:25:03 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/5221fb1c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1dec58d..f7885ab 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/5221fb1c/qpid-systests-parent/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-systests-parent/pom.xml b/qpid-systests-parent/pom.xml index 6345110..94f1513 100644 --- a/qpid-systests-parent/pom.xml +++ b/qpid-systests-parent/pom.xml @@ -238,20 +238,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]
