On Dec 28, 2007 10:40 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > SO I changed the version to 1.0-SNAPSHOT but now get this error with the > maven dashboard pluging: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Can't release project due to non released dependencies : > * > org.codehaus.mojo:dashboard-maven-plugin:maven-plugin:1.0-SNAPSHOT:runtime*
... and that's the first thing you asked about. The release plugin will _not_ let you do a release if you depend on any snapshots. http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html There is a wiki page that explains how to do an "internal" release of a plugin, if you can't wait for it to be released by the developers. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
