On 03/24/2011 11:14 AM, Eric Charles wrote:
btw, the apache snapshot repo is activated in the apache parent [1]
This will work again soon, when the james-parent-1.6 is released. For
better testing when migrating all to maven 3 I added a snapshot as
parent and this can't be find -> also apache parent isn't found. That's
why for a short period there's the need of defining snapshot repository
in settings.xml
Sorry,
Felix
It should work even without changing settings.xml.
Tks,
- Eric
[1] http://repo1.maven.org/maven2/org/apache/apache/9/apache-9.pom
On 24/03/2011 10:54, Felix Knecht wrote:
You can add following to your .m2/settings.xml:
<profiles>
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
</profile>
</profiles>
This will add the snapshot repository where the wanted pom
(org.apache.james:james-server-root:pom:1.6-SNAPSHOT) can be found.
Where can I found sources for this artifact
(org.apache.james:james-server-root) ?
You can find them here
https://svn.apache.org/repos/asf/james/project/trunk in the directory
project/server
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]