[overlord-commits] Overlord SVN: r743 - in bpm-console/trunk: gui/war and 1 other directory.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Tue Aug 4 09:22:41 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-08-04 09:22:40 -0400 (Tue, 04 Aug 2009)
New Revision: 743

Modified:
   bpm-console/trunk/BPMC.iws
   bpm-console/trunk/gui/war/pom.xml
   bpm-console/trunk/pom.xml
Log:
Added buildnumber plugin

Modified: bpm-console/trunk/BPMC.iws
===================================================================
--- bpm-console/trunk/BPMC.iws	2009-08-04 10:27:07 UTC (rev 742)
+++ bpm-console/trunk/BPMC.iws	2009-08-04 13:22:40 UTC (rev 743)
@@ -19,7 +19,6 @@
     <list default="true" name="Default" comment="">
       <change type="DELETED" beforePath="$PROJECT_DIR$/workspace/common/src/main/java/org/jboss/bpm/console/server/gson/GsonFactory.java" afterPath="" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/workspace/common/src/main/java/org/jboss/bpm/console/server" afterPath="" />
-      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/gui/profiles/riftsaw/pom.xml" afterPath="$PROJECT_DIR$/gui/profiles/riftsaw/pom.xml" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/workspace/common/src/main/java/org/jboss/bpm/console/server/gson" afterPath="" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/sam/profile/src/main/resources/org/jboss/bpm" afterPath="" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/sam/profile/src/main/resources/org/jboss/bpm/console/public/sam-logo.png" afterPath="" />
@@ -34,7 +33,6 @@
       <change type="DELETED" beforePath="$PROJECT_DIR$/workspace/common/src/main/java/org/jboss/bpm/console/server/gson/SQLDateTypeAdapter.java" afterPath="" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/sam/profile/src/main/resources/org/jboss/bpm/console/public/images" afterPath="" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/workspace/common/common.iml" afterPath="" />
-      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/gui/war/pom.xml" afterPath="$PROJECT_DIR$/gui/war/pom.xml" />
       <change type="MODIFICATION" beforePath="$PROJECT_DIR$/BPMC.ipr" afterPath="$PROJECT_DIR$/BPMC.ipr" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/workspace/common/src/main/java/org/jboss/bpm/console/server/util/RsDocBuilder.java" afterPath="" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/workspace/common/src/main/java/org/jboss/bpm/console/server/util" afterPath="" />
@@ -48,7 +46,6 @@
       <change type="DELETED" beforePath="$PROJECT_DIR$/sam/profile/src/main/resources/org/jboss/bpm/console/workspace.cfg" afterPath="" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/sam/profile/src/main/resources/org/jboss/bpm/console/public" afterPath="" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/sam/profile/src/main/resources/org/jboss/bpm/console/public/console.config.js" afterPath="" />
-      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/gui/profiles/jbpm/pom.xml" afterPath="$PROJECT_DIR$/gui/profiles/jbpm/pom.xml" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/workspace/common/pom.xml" afterPath="" />
       <change type="MODIFICATION" beforePath="$PROJECT_DIR$/console/war/pom.xml" afterPath="$PROJECT_DIR$/console/war/pom.xml" />
       <change type="DELETED" beforePath="$PROJECT_DIR$/sam/profile/pom.xml" afterPath="" />
@@ -658,7 +655,7 @@
     </todo-panel>
   </component>
   <component name="ToolWindowManager">
-    <frame x="342" y="62" width="1280" height="943" extended-state="0" />
+    <frame x="357" y="54" width="1280" height="943" extended-state="0" />
     <editor active="true" />
     <layout>
       <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" order="3" />

Modified: bpm-console/trunk/gui/war/pom.xml
===================================================================
--- bpm-console/trunk/gui/war/pom.xml	2009-08-04 10:27:07 UTC (rev 742)
+++ bpm-console/trunk/gui/war/pom.xml	2009-08-04 13:22:40 UTC (rev 743)
@@ -152,7 +152,8 @@
 
   <!-- Plugins -->
   <build>
-    <finalName>gwt-console</finalName>
+    <!--finalName>gwt-console</finalName-->
+    <finalName>${project.artifactId}-${project.version}-r${buildNumber}</finalName>
 
     <plugins>     
       <!--

Modified: bpm-console/trunk/pom.xml
===================================================================
--- bpm-console/trunk/pom.xml	2009-08-04 10:27:07 UTC (rev 742)
+++ bpm-console/trunk/pom.xml	2009-08-04 13:22:40 UTC (rev 743)
@@ -7,6 +7,12 @@
   <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
+<scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/soag/bpm-console/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/soag/bpm-console/trunk</developerConnection>
+    <url>https://svn.jboss.org/repos/soag/bpm-console/trunk</url>  
+</scm>
+
   <organization>
     <name>JBoss, a division of Red Hat</name>
     <url>http://www.jboss.org</url>
@@ -203,6 +209,24 @@
     <plugins>
 
       <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>buildnumber-maven-plugin</artifactId>
+        <version>1.0-beta-3</version>
+        <executions>
+          <execution>
+            <phase>validate</phase>
+            <goals>
+              <goal>create</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <doCheck>true</doCheck>
+          <doUpdate>true</doUpdate>
+        </configuration>
+      </plugin>
+
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-install-plugin</artifactId>
         <version>2.3</version>
@@ -299,11 +323,6 @@
           <version>1.1</version>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>buildnumber-maven-plugin</artifactId>
-          <version>1.0-beta-1</version>
-        </plugin>
-        <plugin>
           <groupId>net.sourceforge.maven-taglib</groupId>
           <artifactId>maven-taglib-plugin</artifactId>
           <version>2.3</version>



More information about the overlord-commits mailing list