[jbpm-commits] JBoss JBPM SVN: r1753 - maven/parent/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jul 29 14:56:08 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-07-29 14:56:07 -0400 (Tue, 29 Jul 2008)
New Revision: 1753

Modified:
   maven/parent/trunk/pom.xml
Log:
Add GWT repo

Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml	2008-07-29 17:28:54 UTC (rev 1752)
+++ maven/parent/trunk/pom.xml	2008-07-29 18:56:07 UTC (rev 1753)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>JBoss jBPM - Parent</name>
   <groupId>org.jboss.jbpm</groupId>
@@ -196,6 +197,10 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>gwt-maven</id>
+      <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+    </repository>
   </repositories>
   
   <!-- PluginRepositories -->
@@ -219,6 +224,10 @@
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+    <pluginRepository>
+      <id>gwt-maven</id>
+      <url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
+    </pluginRepository>
   </pluginRepositories>
   
   <!-- DistributionManagement -->




More information about the jbpm-commits mailing list