This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event-api.git
commit 8a578eb75f8ea338e6f7940b61690dc7ae5797ae Author: Stefan Egli <[email protected]> AuthorDate: Wed Apr 12 08:11:45 2017 +0000 SLING-6739 : port-java8 and surefire-plugin removed git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1791086 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pom.xml b/pom.xml index 6894d87..51fb044 100644 --- a/pom.xml +++ b/pom.xml @@ -69,32 +69,10 @@ <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> </plugin> - <!-- plain unit tests --> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/it/**</exclude> - </excludes> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> </build> - <profiles> - <profile> - <id>port-java8</id> - <activation> - <activeByDefault>false</activeByDefault> - <jdk>1.8</jdk> - </activation> - <properties> - <min.port>38000</min.port> - <max.port>38999</max.port> - </properties> - </profile> - </profiles> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
