Author: taylor
Date: Tue Dec 30 18:46:38 2014
New Revision: 1648570
URL: http://svn.apache.org/r1648570
Log:
seems necessary to add this inorder to get Jenkins to build. Wish I could put
this setting in settings.xml on build machines
Modified:
portals/bridges/bridges-jsf/trunk/pom.xml
Modified: portals/bridges/bridges-jsf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/bridges-jsf/trunk/pom.xml?rev=1648570&r1=1648569&r2=1648570&view=diff
==============================================================================
--- portals/bridges/bridges-jsf/trunk/pom.xml (original)
+++ portals/bridges/bridges-jsf/trunk/pom.xml Tue Dec 30 18:46:38 2014
@@ -102,4 +102,14 @@ limitations under the License.
<url>http://svn.apache.org/viewcvs.cgi/portals/bridges/trunk/jsf/</url>
</scm>
+ <repositories>
+ <repository>
+ <id>asf</id>
+ <name>ASF Repo</name>
+ <url>http://repository.apache.org/content/groups/snapshots/</url>
+ <releases><enabled>false</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
+ </repository>
+ </repositories>
+
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]