Author: manik.surtani(a)jboss.com
Date: 2007-08-15 08:33:40 -0400 (Wed, 15 Aug 2007)
New Revision: 4296
Modified:
pojo/trunk/pom.xml
Log:
Added JBoss repo to the pom so it can bootstrap and locate jbosscache-common stuff
Modified: pojo/trunk/pom.xml
===================================================================
--- pojo/trunk/pom.xml 2007-08-15 12:33:35 UTC (rev 4295)
+++ pojo/trunk/pom.xml 2007-08-15 12:33:40 UTC (rev 4296)
@@ -69,8 +69,8 @@
<verbose>false</verbose>
<aoppath>src/main/resources/pojocache-aop.xml</aoppath>
</configuration>
- </execution>
- </executions>
+ </execution>
+ </executions>
</plugin>
<!-- the docbook generation plugin for the user guide -->
<plugin>
@@ -213,4 +213,13 @@
</plugin>
</plugins>
</build>
+
+ <!-- basic JBoss repository so that the common parent POM in jbosscache-support can
be found -->
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
</project>