Repository: incubator-taverna-language Updated Branches: refs/heads/master 8576111b7 -> b847d90eb
turn off strict javadoc linting 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/b847d90e Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/b847d90e Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/b847d90e Branch: refs/heads/master Commit: b847d90ebb9433f4fc209f0b77bd2871ff9a313d Parents: 8576111 Author: Ian Dunlop <[email protected]> Authored: Wed Jul 29 12:07:45 2015 +0100 Committer: Ian Dunlop <[email protected]> Committed: Wed Jul 29 12:07:45 2015 +0100 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/b847d90e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5126eae..e795778 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,22 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.9</version> + <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> <configuration>
