This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.paxexam-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git
commit d3de728f3840ec3194572eac4c95f5a6b417812b Author: Oliver Lietz <[email protected]> AuthorDate: Wed Jul 27 12:41:35 2016 +0000 SLING-5901 Build fails with OOME (Maven Source Plugin 3.0.0) use Maven Source Plugin 3.0.1 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/org.apache.sling.testing.paxexam@1754267 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index bd6436f..5a5f270 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,15 @@ </scm> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>3.0.1</version> + </plugin> + </plugins> + </pluginManagement> <plugins> <plugin> <groupId>org.apache.felix</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
