You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/07/25 16:41:40 UTC

[cassandra] 04/05: Don't put apidocs (javadoc) into the binary artifact

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit e243026c851ceb2d99ad01a4a007fe07910ba537
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Fri Apr 9 09:17:17 2021 +0200

    Don't put apidocs (javadoc) into the binary artifact
    
     patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-15561
---
 build.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.xml b/build.xml
index 07d3e24..c1b2830 100644
--- a/build.xml
+++ b/build.xml
@@ -916,7 +916,6 @@
     </target>
 
     <!-- creates release tarballs -->
-
     <target name="artifacts" depends="jar,build-test,sources-jar,javadoc-jar"
             description="Create Cassandra release artifacts">
       <mkdir dir="${dist.dir}"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org