You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2021/08/19 12:47:04 UTC

svn commit: r1892448 - /gump/metadata/project/ant.xml

Author: bodewig
Date: Thu Aug 19 12:47:04 2021
New Revision: 1892448

URL: http://svn.apache.org/viewvc?rev=1892448&view=rev
Log:
skip javadoc generation for dist-ant

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1892448&r1=1892447&r2=1892448&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Thu Aug 19 12:47:04 2021
@@ -79,9 +79,11 @@
   </project>
 
   <project name="dist-ant">
+    <mkdir dir="build/javadocs"/>
     <ant target="distribution">
       <property name="chmod.fail" value="false"/>
       <property name="optional.jars.whenmanifestonly" value="create"/>
+      <property name="javadoc.notrequired" value="true"/>
     </ant>
 
     <depend project="ant" inherit="runtime"/>