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 2022/09/29 13:32:19 UTC

[commons-rng] 03/03: Remove redundant modules from profiles

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 5eaecb5b2786cbf6c8a4fa16ab9186493640170b
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Sep 29 14:10:18 2022 +0100

    Remove redundant modules from profiles
---
 pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e8ac8bb..507c0104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -677,14 +677,11 @@ This is avoided by creating an empty directory when svn is not available.
 
     <!--
         Profiles for modules with special requirements.
+        These are combined with the existing <modules>.
     -->
     <profile>
       <id>commons-rng-examples</id>
       <modules>
-        <module>commons-rng-client-api</module>
-        <module>commons-rng-core</module>
-        <module>commons-rng-simple</module>
-        <module>commons-rng-sampling</module>
         <module>commons-rng-examples</module>
       </modules>
     </profile>
@@ -692,10 +689,6 @@ This is avoided by creating an empty directory when svn is not available.
     <profile>
       <id>release</id>
       <modules>
-        <module>commons-rng-client-api</module>
-        <module>commons-rng-core</module>
-        <module>commons-rng-simple</module>
-        <module>commons-rng-sampling</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>
@@ -706,10 +699,6 @@ This is avoided by creating an empty directory when svn is not available.
       <!-- Include an aggregate module to build aggregate javadoc and test coverage reports -->
       <id>docs</id>
       <modules>
-        <module>commons-rng-client-api</module>
-        <module>commons-rng-core</module>
-        <module>commons-rng-simple</module>
-        <module>commons-rng-sampling</module>
         <module>docs-archive</module>
       </modules>
     </profile>