Repository: incubator-taverna-maven-parent Updated Branches: refs/heads/master affb92a29 -> e382e53c5
No need for source/javadoc JARs outside -Papache-release Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/e382e53c Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/e382e53c Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/e382e53c Branch: refs/heads/master Commit: e382e53c59db7cddc826d8de090acf4307ab3622 Parents: affb92a Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Oct 24 11:51:39 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Oct 24 11:51:39 2016 +0100 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/e382e53c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 433bf3e..8f72386 100644 --- a/pom.xml +++ b/pom.xml @@ -571,6 +571,9 @@ upgraded - this leads to recursive spaghetti. <target>${maven.compiler.target}</target> </configuration> </plugin> + + <!-- Generally only needed during -Papache-release, + Apache super-parent will do that for us <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> @@ -594,6 +597,7 @@ upgraded - this leads to recursive spaghetti. </execution> </executions> </plugin> +--> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> @@ -625,6 +629,8 @@ upgraded - this leads to recursive spaghetti. </executions> </plugin> + <!-- Only needed during -Papache-release, + Apache super-parent will do that for us <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> @@ -640,6 +646,7 @@ upgraded - this leads to recursive spaghetti. </execution> </executions> </plugin> +--> <plugin>
