Repository: commons-math
Updated Branches:
  refs/heads/master b4214d9f6 -> e491f6e0b


Add uber configuration for examples, bump version.


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

Branch: refs/heads/master
Commit: e491f6e0bd83d5f275a1cccff05bbbc646df3a46
Parents: b4214d9
Author: Thomas Neidhart <thomas.neidh...@gmail.com>
Authored: Wed Jan 7 11:28:26 2015 +0100
Committer: Thomas Neidhart <thomas.neidh...@gmail.com>
Committed: Wed Jan 7 11:28:26 2015 +0100

----------------------------------------------------------------------
 src/userguide/pom.xml | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/e491f6e0/src/userguide/pom.xml
----------------------------------------------------------------------
diff --git a/src/userguide/pom.xml b/src/userguide/pom.xml
index b645649..5a408de 100644
--- a/src/userguide/pom.xml
+++ b/src/userguide/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math3-examples</artifactId>
-  <version>3.4-SNAPSHOT</version>  
+  <version>3.5-SNAPSHOT</version>  
   <name>Commons Math User Guide</name>
   <inceptionYear>2003</inceptionYear>
   <description>Examples</description>
@@ -43,6 +43,24 @@
 
   <build>
     <sourceDirectory>java</sourceDirectory>
+    
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <finalName>${artifactId}-uber-${version}</finalName>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
   <reporting>
   </reporting>
@@ -51,7 +69,7 @@
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-math3</artifactId>
-          <version>3.4-SNAPSHOT</version>
+          <version>3.5-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>com.xeiam.xchart</groupId>

Reply via email to