On 1/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The nightly has a reference to maven-javadoc-plugin-1.8-SNAPSHOT.jar in the > dependency. The latest available one from > http://maven.apache.org/maven-1.x/reference/plugins/javadoc/ is > maven-javadoc-plugin-1.7.jar. This means that the Maven build will not run.
What command did you run and what error message did you get? The build works fine for me. The javadoc plugin snapshot is available on cvs.apache.org/repository, which is defined in maven.repo.remote (in shale/build/project.properties.) If I delete my m1 plugin cache and delete the snapshot from my local repository, I get: /svn/struts/current/shale/build $ maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempting to download maven-javadoc-plugin-1.8-SNAPSHOT.jar. 19K downloaded Starting the reactor... Are you running Maven "offline" (with -o)? If so, try it once without to allow it to download the snapshot. Of course changing it to 1.7 locally is an option, (and we can change it back in the svn repo if necessary,) but I'm curious to find out why it's not working for you. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]