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 ad150010c5253869f327f17a70402eea95c7b241 Author: aherbert <aherb...@apache.org> AuthorDate: Tue Nov 29 12:47:41 2022 +0000 Remove redundant modules from the examples profile --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 56cd2f0..c08a49f 100644 --- a/pom.xml +++ b/pom.xml @@ -611,8 +611,6 @@ This is avoided by creating an empty directory when svn is not available. <profile> <id>examples</id> <modules> - <module>commons-statistics-distribution</module> - <module>commons-statistics-regression</module> <module>commons-statistics-examples</module> </modules> </profile>