Repository: qpid-broker-j Updated Branches: refs/heads/master 2d0ac0aaf -> fed08dabe
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/fed08dab Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/fed08dab Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/fed08dab Branch: refs/heads/master Commit: fed08dabed5397b4d338946a3978d5fa6a1dd255 Parents: 2d0ac0a Author: Alex Rudyy <[email protected]> Authored: Sun May 28 20:13:50 2017 +0100 Committer: Alex Rudyy <[email protected]> Committed: Sun May 28 20:24:40 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/fed08dab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d401c9a..9cb53fc 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ <java.target>1.8</java.target> <!-- enforcer plugin config properties --> - <supported-test-profiles-regex>(java-mms.0-9|java-mms.0-9-1|java-mms.0-10|java-mms.1-0|java-bdb.0-9|java-bdb.0-9-1|java-bdb.0-10|java-bdb.1-0|java-dby.0-9|java-dby.0-9-1|java-dby.0-10|java-dby.1-0|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|java-json.1-0|skip.systests)</supported-test-profiles-regex> + <supported-test-profiles-regex>(java-mms.0-9|java-mms.0-9-1|java-mms.0-10|java-mms.1-0|java-bdb.0-9|java-bdb.0-9-1|java-bdb.0-10|java-bdb.1-0|java-dby.0-9|java-dby.0-9-1|java-dby.0-10|java-dby.1-0|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|java-json.1-0)</supported-test-profiles-regex> <!-- surefire forked jvm arguments --> <argLine>-Xmx512m</argLine> http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/fed08dab/qpid-systests-parent/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-systests-parent/pom.xml b/qpid-systests-parent/pom.xml index 328b8f2..1824df4 100644 --- a/qpid-systests-parent/pom.xml +++ b/qpid-systests-parent/pom.xml @@ -234,20 +234,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]
