[jbpm-commits] JBoss JBPM SVN: r6313 - projects/jsf-console/branches/jsf-console-3.2-soa and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 11 22:54:35 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-05-11 22:54:34 -0400 (Tue, 11 May 2010)
New Revision: 6313

Modified:
   jbpm3/branches/jbpm-3.2-soa/pom.xml
   projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
Log:
move taglib plugin from jbpm-parent to jsf-console-parent

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-05-12 01:57:22 UTC (rev 6312)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-05-12 02:54:34 UTC (rev 6313)
@@ -167,14 +167,14 @@
         <artifactId>drools-compiler</artifactId>
         <version>${drools.version}</version>
         <exclusions>
-        	<exclusion>
-        		<artifactId>xercesImpl</artifactId>
-        		<groupId>xerces</groupId>
-        	</exclusion>
-        	<exclusion>
-        		<artifactId>xml-apis</artifactId>
-        		<groupId>xml-apis</groupId>
-        	</exclusion>
+          <exclusion>
+            <artifactId>xercesImpl</artifactId>
+            <groupId>xerces</groupId>
+          </exclusion>
+          <exclusion>
+            <artifactId>xml-apis</artifactId>
+            <groupId>xml-apis</groupId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -378,6 +378,13 @@
           </systemProperties>
         </configuration>
       </plugin>
+
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/jbpm/jbpm3/tags</tagBase>
+        </configuration>
+      </plugin>
     </plugins>
 
     <pluginManagement>

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2010-05-12 01:57:22 UTC (rev 6312)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2010-05-12 02:54:34 UTC (rev 6313)
@@ -121,6 +121,16 @@
         </configuration>
       </plugin>
     </plugins>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>net.sourceforge.maven-taglib</groupId>
+          <artifactId>maven-taglib-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <!-- Repositories -->



More information about the jbpm-commits mailing list