You'll need to add the Maven SNAPSHOT repository to your pom. This is
such a common topic on the User list...

    <repository>
      <id>Maven Snapshots</id>
      <url>http://snapshots.maven.codehaus.org/maven2/</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>false</enabled>
      </releases>
    </repository>

    <pluginRepository>
      <id>Maven Snapshots</id>
      <url>http://snapshots.maven.codehaus.org/maven2/</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>false</enabled>
      </releases>
    </pluginRepository>

Wayne

On 3/30/06, Thorsten Heit <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> > which is strange because I just deployed it. I looked into the proxy
> > directories and wondered that the files are named differently:
> >
> > * maven-javadoc-plugin-2.0-beta-4-20060322.180042-1.jar
> > * maven-javadoc-plugin-2.0-beta-4-20060322.180042-1.jar.md5
> > * maven-javadoc-plugin-2.0-beta-4-20060322.180042-1.jar.sha1
> > * maven-javadoc-plugin-2.0-beta-4-20060322.180042-2.pom
> > * maven-javadoc-plugin-2.0-beta-4-20060322.180042-2.pom.md5
> > * maven-javadoc-plugin-2.0-beta-4-20060322.180042-2.pom.sha1
> >
> > When I manually rename the -1.jar* files to -2.jar* the plugin is
> > downloadable, and "mvn clean" above will work...
>
> According to JIRA (http://jira.codehaus.org/browse/MDEPLOY-27) this
> should be fixed in version 2.3 of the maven-deploy-plugin (actually I'm
> using 2.2, according to mvn -X). Unfortunately this version isn't yet
> available.
>
> Can someone tell me what I have to do to use a newer snapshot version of
> that plugin?
>
>
> Regards
>
> Thorsten
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (MingW32)
>
> iD8DBQFEK/DIQvObkgCcDe0RAllaAJ4prHIS30C/lWmyVzOfomg4GQoJTQCg2qk8
> Omf8KDQvR6l8Bpj1imtFRNE=
> =3OI2
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to