You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/18 23:20:18 UTC

[commons-statistics] 02/02: Remove docs archive from the binary distribution.

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 7c376a3b5ac9fbf33c2e341dee5c48a8e779f289
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 19 00:20:13 2021 +0100

    Remove docs archive from the binary distribution.
    
    This javadoc directory duplicates the javadoc jars within the binary
    release archive.
---
 dist-archive/src/assembly/bin.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dist-archive/src/assembly/bin.xml b/dist-archive/src/assembly/bin.xml
index 18b9e30..9b27282 100644
--- a/dist-archive/src/assembly/bin.xml
+++ b/dist-archive/src/assembly/bin.xml
@@ -45,11 +45,5 @@ limitations under the License.
         <include>commons-statistics*.jar</include>
       </includes>
     </fileSet>
-    <fileSet>
-      <directory>${project.basedir}/../target/site</directory>
-      <outputDirectory>docs</outputDirectory>
-      <excludes>
-      </excludes>
-    </fileSet>
   </fileSets>
 </assembly>