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-rng.git
commit c0493af077b899f37c894a7ecedddfa9c64ff4da Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Aug 18 16:45:38 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 ------ pom.xml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/dist-archive/src/assembly/bin.xml b/dist-archive/src/assembly/bin.xml index cb40beb..4b64108 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-rng*.jar</include> </includes> </fileSet> - <fileSet> - <directory>${project.basedir}/../docs-archive/target/apidocs</directory> - <outputDirectory>apidocs</outputDirectory> - <excludes> - </excludes> - </fileSet> </fileSets> </assembly> diff --git a/pom.xml b/pom.xml index 9b4c5c5..35f7a0b 100644 --- a/pom.xml +++ b/pom.xml @@ -678,12 +678,12 @@ This is avoided by creating an empty directory when svn is not available. <module>commons-rng-simple</module> <module>commons-rng-sampling</module> <module>commons-rng-examples</module> - <module>docs-archive</module> <module>dist-archive</module> </modules> </profile> <profile> + <!-- Include an aggregate module to build aggregate javadoc and test coverage reports --> <id>docs</id> <modules> <module>commons-rng-client-api</module>