On 1/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> I ran the default, i.e just maven. I get the following output (never mind the 
> norwegian):
>
> E:\Apache\Shale\build>maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
> Fors°ker Õ laste ned maven-javadoc-plugin-1.8-SNAPSHOT.jar.
> ADVARSEL: Mislykket nedlasting av maven-javadoc-plugin-1.8-SNAPSHOT.jar.
> Byggeprosessen kan ikke fortsette pÕ grunn av f°lgende mislykkede avhengighet:
>
> maven-javadoc-plugin-1.8-SNAPSHOT.jar (try downloading from 
> http://maven.apache.
> org/maven-1.x/reference/plugins/javadoc/)

You shouldn't have to do this, (Maven should retrieve the plugin by
itself,) but you can get the snapshot here:
   
http://cvs.apache.org/repository/maven/plugins/maven-javadoc-plugin-1.8-SNAPSHOT.jar

On my system, Maven downloaded it to
~/.maven/repository/maven/plugins/, so try putting it there.

Or (this will upgrade $MAVEN_HOME/plugins, for use with all projects,
not just Shale,)

maven plugin:download
  -Dmaven.repo.remote=http://www.ibiblio.org/maven,
http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-javadoc-plugin
  -Dversion=1.8-SNAPSHOT

Once you have it installed, you can go back to using -o on the command
line to prevent Maven from checking for updates every time you build.

Let me know if that works for you, and I'll fix the suggested URL for
the error message.

--
Wendy

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

Reply via email to