Author: tveronezi
Date: Thu Oct 10 11:06:42 2013
New Revision: 1530917
URL: http://svn.apache.org/r1530917
Log:
https://issues.apache.org/jira/browse/TOMEE-1036
plugin repository
Modified:
tomee/tomee/trunk/examples/moviefun-rest/pom.xml
Modified: tomee/tomee/trunk/examples/moviefun-rest/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/moviefun-rest/pom.xml?rev=1530917&r1=1530916&r2=1530917&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/moviefun-rest/pom.xml (original)
+++ tomee/tomee/trunk/examples/moviefun-rest/pom.xml Thu Oct 10 11:06:42 2013
@@ -31,6 +31,13 @@
<url>http://repository.apache.org/snapshots</url>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache-m2-snapshot-plugin</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ </pluginRepository>
+ </pluginRepositories>
<build>
<finalName>moviefun</finalName>
<defaultGoal>install</defaultGoal>