This repository doesn't accept released artifacts, so, only snapshot.
For a repository that accept only released artifacts, you use
<repository>
...
<snapshot>
<enabled>false</enabled>
</snapshot>
</repository>
Emmanuel
Marcell Manfrin Barbacena wrote:
Hi,
What is the meaning of releases tag inside reposity in the pom?
<repository>
<id>snapshots</id>
<name>Maven Central Development Repository</name>
<url>http://snapshots.maven.codehaus.org/maven2</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
Tnx.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]