On 14/12/2008, at 5:24 PM, [email protected] wrote:
Author: jvanzyl
Date: Sat Dec 13 22:24:01 2008
New Revision: 726383
URL: http://svn.apache.org/viewvc?rev=726383&view=rev
Log:
MNG-3905 First pass at collecting all the repository related code
and started to decouple from maven-artifact
Modified: maven/components/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=726383&r1=726382&r2=726383&view=diff
=
=
=
=
=
=
=
=
======================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sat Dec 13 22:24:01 2008
@@ -46,44 +46,6 @@
<system>jira</system>
<url>http://jira.codehaus.org/browse/MNG</url>
</issueManagement>
-
- <!-- TODO: TAKE THIS OUT BEFORE WE RELEASE! -->
- <repositories>
- <repository>
- <id>sonatype.snapshots</id>
- <url>http://repository.sonatype.org/service/local/repositories/snapshots/content/
</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- <repository>
- <id>sonatype.releases</id>
- <url>http://repository.sonatype.org/service/local/repositories/releases/content/
</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
These are required for the plugin manager snapshot (see
http://markmail.org/message/r7gbdhluvjhyd7rp)
Could you please put them back until the question Benjamin raised in
that thread has been addressed?
- <repository>
- <id>apache.snapshots</id>
- <url>http://people.apache.org/repo/m2-snapshot-repository/</
url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
This is also required for the shared-model snapshot.
Thanks!
- Brett
--
Brett Porter
[email protected]
http://blogs.exist.com/bporter/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]