Repository: openmeetings Updated Branches: refs/heads/master a70bde5b1 -> 35f1e2cc0
[OPENMEETINGS-1665] build clean-up, attempt to fix tests Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/35f1e2cc Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/35f1e2cc Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/35f1e2cc Branch: refs/heads/master Commit: 35f1e2cc0cd7558dcde2e4ba9ab978b8da7424aa Parents: a70bde5 Author: Maxim Solodovnik <[email protected]> Authored: Sat Jul 8 22:10:56 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Sat Jul 8 22:14:06 2017 +0700 ---------------------------------------------------------------------- openmeetings-util/pom.xml | 16 ---------------- pom.xml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/35f1e2cc/openmeetings-util/pom.xml ---------------------------------------------------------------------- diff --git a/openmeetings-util/pom.xml b/openmeetings-util/pom.xml index cd9666c..b56988d 100644 --- a/openmeetings-util/pom.xml +++ b/openmeetings-util/pom.xml @@ -60,22 +60,6 @@ </resource> </resources> </build> - <profiles> - <profile> - <id>Jenkins</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludedGroups>org.apache.openmeetings.util.NonJenkinsTests</excludedGroups> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> <dependencies> <dependency> <groupId>org.red5</groupId> http://git-wip-us.apache.org/repos/asf/openmeetings/blob/35f1e2cc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0679d51..37180ca 100644 --- a/pom.xml +++ b/pom.xml @@ -263,6 +263,20 @@ </plugins> </build> </profile> + <profile> + <id>Jenkins</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludedGroups>org.apache.openmeetings.util.NonJenkinsTests</excludedGroups> + </configuration> + </plugin> + </plugins> + </build> + </profile> </profiles> <url>http://openmeetings.apache.org</url> <inceptionYear>2012</inceptionYear>
