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]