Repository: openmeetings Updated Branches: refs/heads/master a16a65d48 -> d6610a5d1
[OPENMEETINGS-1714] more issues are fixed Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/d6610a5d Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/d6610a5d Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/d6610a5d Branch: refs/heads/master Commit: d6610a5d16feb6564836b10e35c1310ee557e161 Parents: a16a65d Author: Maxim Solodovnik <[email protected]> Authored: Sun Oct 1 17:16:30 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Sun Oct 1 17:16:30 2017 +0700 ---------------------------------------------------------------------- openmeetings-util/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/d6610a5d/openmeetings-util/pom.xml ---------------------------------------------------------------------- diff --git a/openmeetings-util/pom.xml b/openmeetings-util/pom.xml index 5e566e8..cb9d7dd 100644 --- a/openmeetings-util/pom.xml +++ b/openmeetings-util/pom.xml @@ -70,7 +70,7 @@ <artifactId>maven-surefire-plugin</artifactId> <inherited>true</inherited> <configuration> - <excludedGroups>org.apache.openmeetings.util.NonJenkinsTests</excludedGroups> + <excludedGroups>org.apache.openmeetings.test.NonJenkinsTests</excludedGroups> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/openmeetings/blob/d6610a5d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d29755..2429fe3 100644 --- a/pom.xml +++ b/pom.xml @@ -272,7 +272,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <excludedGroups>org.apache.openmeetings.util.NonJenkinsTests</excludedGroups> + <excludedGroups>org.apache.openmeetings.test.NonJenkinsTests</excludedGroups> </configuration> </plugin> </plugins>
