You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by ia...@apache.org on 2015/07/03 15:30:53 UTC

incubator-taverna-language git commit: tell javadoc not to be so strict for java8

Repository: incubator-taverna-language
Updated Branches:
  refs/heads/master 9bfcf0fe1 -> b8e7e01c3


tell javadoc not to be so strict for java8


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/b8e7e01c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/b8e7e01c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/b8e7e01c

Branch: refs/heads/master
Commit: b8e7e01c373d805c028d9c611d49b51c09522c47
Parents: 9bfcf0f
Author: Ian Dunlop <ia...@apache.org>
Authored: Fri Jul 3 14:33:09 2015 +0100
Committer: Ian Dunlop <ia...@apache.org>
Committed: Fri Jul 3 14:33:09 2015 +0100

----------------------------------------------------------------------
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/b8e7e01c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c9d3d3a..50da4b1 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>