Repository: incubator-taverna-language Updated Branches: refs/heads/master b3a78ddc3 -> 4b923afb0
javadoc plugin only needed during release Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/4b923afb Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/4b923afb Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/4b923afb Branch: refs/heads/master Commit: 4b923afb03ea7685e0c75fd9752023472d88850a Parents: b3a78dd Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Nov 2 17:33:13 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Wed Nov 2 17:33:13 2016 +0000 ---------------------------------------------------------------------- pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/4b923afb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af5f393..78e571b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,22 +32,6 @@ and workflow inputs/outputs/run (DataBundle). </description> <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <executions> - <execution> - <id>attach-javadocs</id> - <goals> - <goal>jar</goal> - </goals> - <configuration> - <additionalparam>-Xdoclint:none</additionalparam> - </configuration> - </execution> - </executions> -</plugin> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId>
