Author: david.lloyd(a)jboss.com
Date: 2010-03-01 15:14:28 -0500 (Mon, 01 Mar 2010)
New Revision: 5780
Modified:
remoting3/trunk/pom.xml
remoting3/trunk/samples/pom.xml
remoting3/trunk/taglet/pom.xml
Log:
Fix deploy config
Modified: remoting3/trunk/pom.xml
===================================================================
--- remoting3/trunk/pom.xml 2010-03-01 20:01:17 UTC (rev 5779)
+++ remoting3/trunk/pom.xml 2010-03-01 20:14:28 UTC (rev 5780)
@@ -54,4 +54,12 @@
</plugin>
</plugins>
</build>
+
+ <distributionManagement>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Maven2 Repository</name>
+ <
url>http://repository.jboss.org/repos/maven2</url>
+ </repository>
+ </distributionManagement>
</project>
Modified: remoting3/trunk/samples/pom.xml
===================================================================
--- remoting3/trunk/samples/pom.xml 2010-03-01 20:01:17 UTC (rev 5779)
+++ remoting3/trunk/samples/pom.xml 2010-03-01 20:14:28 UTC (rev 5780)
@@ -75,7 +75,7 @@
<repository>
<id>repository.jboss.org</id>
<name>JBoss Maven2 Repository</name>
- <url>${repository.url}</url>
+ <
url>http://repository.jboss.org/repos/maven2</url>
</repository>
</distributionManagement>
</project>
Modified: remoting3/trunk/taglet/pom.xml
===================================================================
--- remoting3/trunk/taglet/pom.xml 2010-03-01 20:01:17 UTC (rev 5779)
+++ remoting3/trunk/taglet/pom.xml 2010-03-01 20:14:28 UTC (rev 5780)
@@ -66,4 +66,11 @@
</plugin>
</plugins>
</build>
+ <distributionManagement>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Maven2 Repository</name>
+ <
url>http://repository.jboss.org/repos/maven2</url>
+ </repository>
+ </distributionManagement>
</project>
\ No newline at end of file