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 <ianwdun...@apache.org>
Authored: Fri Jul 3 14:33:09 2015 +0100
Committer: Ian Dunlop <ianwdun...@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>

Reply via email to