Repository: incubator-taverna-maven-parent
Updated Branches:
  refs/heads/master 64be66259 -> 4fd149f9f


javadoc doclint:none config


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

Branch: refs/heads/master
Commit: 667699e8bf53bce22ee999a1251e34042fece6de
Parents: e382e53
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 2 17:32:26 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 2 17:32:26 2016 +0000

----------------------------------------------------------------------
 pom.xml | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/667699e8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f72386..5a5b119 100644
--- a/pom.xml
+++ b/pom.xml
@@ -628,25 +628,13 @@ upgraded - this leads to recursive spaghetti.
           </execution>
         </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>
-           <executions>
-               <execution>
-                   <id>attach-javadocs</id>
-                   <goals>
-                       <goal>jar</goal>
-                   </goals>
-                   <configuration>
-                       <additionalparam>-Xdoclint:none</additionalparam>
-                   </configuration>
-               </execution>
-           </executions>
+           <configuration>
+               <additionalparam>-Xdoclint:none</additionalparam>
+           </configuration>
        </plugin>
--->
 
 
     <plugin>

Reply via email to