This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-oak-2.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 1061c1a82cf19e8ebf6afdf2b6e224ae98ef0e00 Author: Stefan Seifert <[email protected]> AuthorDate: Wed Aug 17 10:02:56 2016 +0000 test jar not required - avoid heap space problem in maven build git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock-oak@1756606 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index 89660db..8354b08 100644 --- a/pom.xml +++ b/pom.xml @@ -119,18 +119,6 @@ <!-- Publish test artifact --> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
