SLIDER-794 - hbase-win and storm-win modules not being updated in mvn release


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

Branch: refs/heads/feature/SLIDER-779_Move_to_Groovy_2.4.0
Commit: c502008d8adbdac62fbdb36a9f1a9dea968aafd2
Parents: b16ba2d
Author: Steve Loughran <[email protected]>
Authored: Tue Feb 24 17:38:51 2015 -0800
Committer: Steve Loughran <[email protected]>
Committed: Tue Feb 24 17:58:37 2015 -0800

----------------------------------------------------------------------
 app-packages/pom.xml | 28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/c502008d/app-packages/pom.xml
----------------------------------------------------------------------
diff --git a/app-packages/pom.xml b/app-packages/pom.xml
index 57d4e24..5ae11c1 100644
--- a/app-packages/pom.xml
+++ b/app-packages/pom.xml
@@ -40,7 +40,10 @@
     <profiles>
 
       <profile>
-        <id>Non-Windows</id>
+        <id>unix-packages</id>
+        <!--
+        Packages that are not for Windows.
+        -->
         <activation>
           <os>
             <family>!windows</family>
@@ -54,7 +57,10 @@
       </profile>
     
       <profile>
-        <id>Windows</id>
+        <id>windows-packages</id>
+        <!-- 
+        Windows only packages
+        -->
         <activation>
           <os>
             <family>windows</family>
@@ -65,8 +71,26 @@
           <module>storm-win</module>
         </modules>
       </profile>
+
+      <profile>
+      <id>all-packages</id>
+      <!--
+       These are all the packages across all the operating systems.
+       This profile is needed to update version numbers during the
+       release process.
+       -->
+        <modules>
+          <module>accumulo</module>
+          <module>hbase</module>
+          <module>storm</module>
+          <module>hbase-win</module>
+          <module>storm-win</module>
+        </modules>
+      </profile>
+      
       <profile>
         <id>rat</id>
+        <!-- RAT profile -->
         <build>
           <plugins>
             <plugin>

Reply via email to