You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/08/14 13:23:04 UTC

[18/33] commons-rng git commit: Ensure that build works on 6, and -Pcommons-rng-examples has depenendencies

Ensure that build works on 6, and -Pcommons-rng-examples has depenendencies


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/b2c99eb4
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/b2c99eb4
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/b2c99eb4

Branch: refs/heads/master
Commit: b2c99eb42513dff42023fb756c60e06248789c44
Parents: 090ab54
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Jul 31 10:36:41 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Tue Jul 31 10:36:41 2018 -0400

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b2c99eb4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3ff5d1a..8e272b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -575,10 +575,27 @@
     <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>
 
+
+    <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>
+        <module>commons-rng-examples</module>
+        <module>dist-archive</module>
+      </modules>
+    </profile>
+
   </profiles>
 
   <modules>
@@ -586,8 +603,6 @@
     <module>commons-rng-core</module>
     <module>commons-rng-simple</module>
     <module>commons-rng-sampling</module>
-    <module>commons-rng-examples</module>
-    <module>dist-archive</module>
     <!--
         Built only upon explicit request (requires Java 1.7+).
         See profile "commons-rng-examples".