-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Pierre,

> sorry i can't use snapshot version, marven send me this error messaga when i
> use the site command.
> error :
>  Reason: Unable to download the artifact from any repository
> 
>   org.codehaus.mojo:surefire-report-maven-plugin:pom:2.0-beta-2-SNAPSHOT
>  :'( i'm looking for an other beta version ^^

This was already discussed a couple of times in this list: You have to
add a snapshot repository to your configuration, either into your
pom.xml or in a profiles section in your settings.xml. Example:

<repositories>
  <repository>
    <id>apache.snapshots</id>
    <name>Apache Development Repository</name>
    <url>http://cvs.apache.org/maven-snapshot-repository</url>
    <releases>
      <enabled>false</enabled>
    </releases>
  </repository>
</repositories>

<pluginRepositories>
  <pluginRepository>
    <id>snapshots-codehaus-org</id>
    <name>Snapshots of maven plugins at codehaus.org</name>
    <url>http://snapshots.maven.codehaus.org/maven2</url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
      <!--<updatePolicy>always</updatePolicy>-->
    </snapshots>
  </pluginRepository>
</pluginRepositories>


HTH

Thorsten
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)

iD8DBQFEMnYDQvObkgCcDe0RAtM1AJ47pCcyFAZHaaAe7PwGJEezgEMJigCgkuzS
P5/B/xZ4de+eNd6iX24mqZk=
=rHzU
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to