You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2014/02/24 06:05:23 UTC

svn commit: r1571140 - /servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg

Author: ffang
Date: Mon Feb 24 05:05:22 2014
New Revision: 1571140

URL: http://svn.apache.org/r1571140
Log:
[SM-2247]add @id for the org.ops4j.pax.url.mvn.repositories in etc/org.ops4j.pax.url.mvn.cfg

Modified:
    servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg

Modified: servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg?rev=1571140&r1=1571139&r2=1571140&view=diff
==============================================================================
--- servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg (original)
+++ servicemix/smx5/trunk/assemblies/src/main/resources/etc/org.ops4j.pax.url.mvn.cfg Mon Feb 24 05:05:22 2014
@@ -69,6 +69,7 @@ org.ops4j.pax.url.mvn.disableAether=true
 # A repository url can be appended with zero or more of the following flags:
 #    @snapshots  : the repository contains snaphots
 #    @noreleases : the repository does not contain any released artifacts
+#    @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet
 #
 # The following property value will add the system folder as a repo.
 #
@@ -88,6 +89,7 @@ org.ops4j.pax.url.mvn.defaultRepositorie
 # A repository url can be appended with zero or more of the following flags:
 #    @snapshots  : the repository contains snaphots
 #    @noreleases : the repository does not contain any released artifacts
+#    @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet
 #
 org.ops4j.pax.url.mvn.repositories= \
     http://repo1.maven.org/maven2@id=maven.central.repo, \