Repository: incubator-unomi
Updated Branches:
  refs/heads/master 69dfef03f -> 8f2933eeb


Fix release profiles usage


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/8f2933ee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/8f2933ee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/8f2933ee

Branch: refs/heads/master
Commit: 8f2933eeb78d1430053187c46999ab9b1c34162d
Parents: 69dfef0
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Tue Dec 22 14:32:50 2015 +0100
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Tue Dec 22 14:32:50 2015 +0100

----------------------------------------------------------------------
 pom.xml | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/8f2933ee/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 20d93df..5c16256 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,13 +243,6 @@
         </profile>
 
         <profile>
-            <id>generate-package</id>
-            <modules>
-                <module>package</module>
-            </modules>
-        </profile>
-
-        <profile>
             <id>checkstyle</id>
             <build>
                 <plugins>
@@ -481,6 +474,7 @@
         <module>extensions</module>
         <module>kar</module>
         <module>samples</module>
+        <module>package</module>
     </modules>
 
     <dependencies>
@@ -510,9 +504,11 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.5.3</version>
                     <configuration>
+                        <useReleaseProfile>false</useReleaseProfile>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <preparationGoals>clean install</preparationGoals>
-                        
<releaseProfiles>integration-tests,performance-tests,generate-package</releaseProfiles>
+                        <goals>deploy</goals>
+                        <arguments>-Prelease,integration-tests</arguments>
                     </configuration>
                 </plugin>
             </plugins>

Reply via email to