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 6f327e636a295820e212e3b0ba6ce95707f0f41b Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Aug 19 09:40:59 2021 +0100 Remove examples from the release profile. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3c5255f..ca65a7e 100644 --- a/pom.xml +++ b/pom.xml @@ -677,7 +677,8 @@ This is avoided by creating an empty directory when svn is not available. <module>commons-rng-core</module> <module>commons-rng-simple</module> <module>commons-rng-sampling</module> - <module>commons-rng-examples</module> + <!-- Examples are not part of the binary release so do not include in the build. + Use the commons-rng-examples profile to create the site. --> <module>dist-archive</module> </modules> </profile>