--- Brett Porter <[EMAIL PROTECTED]> wrote: > Not sure who put that statement up, but that's not entirely true. It's > possible the jdepend plugin hasn't been released as I don't think it > has received full testing yet. You can still build it from SVN. Most > of the other plugins there have had releases.
I did it. It works fine when I build and install it. However, I would like to deploy it to a remote secondary repository so that developers that use my pom don't need to manually install the plugin. I get the following : [INFO] [plugin:updateRegistry] [INFO] [deploy:deploy] [INFO] Retrieving previous build number from snapshots The authenticity of host 'repo1.maven.org' can't be established. RSA key fingerprint is ...... Are you sure you want to continue connecting? (yes/no): Whether I answer yes or no, it ends up with a build error. Any idea of what I need to do to achieve what I want? As a side note, I have tried all the listed mojo plugins and here is what I have found. ++ The following plugins work fine. changelog-maven-plugin changes-maven-plugin jxr-maven-plugin maven-site-plugin surefire-report-maven-plugin taglist-maven-plugin xdoclet-maven-plugin xmlbeans-maven-plugin ++ The following plugins give the error: The plugin 'org.codehaus.mojo:<plugin-name>-maven-plugin' does not exist or no valid version could be found castor-maven-plugin jalopy-maven-plugin javacc-maven-plugin (broken link: point to maven-javacc-plugin which is not found while there is a javacc-maven-plugin) jboss-maven-plugin jdepend-maven-plugin jetty-maven-plugin jspc-maven-plugin sablecc-maven-plugin (bad link: just show a directory) wsdl2java-maven-plugin I have noticed that the plugins that work are in http://www.ibiblio.org/maven2/org/codehaus/mojo. Can we assume that any mojo plugin released is necessarily in ibiblio, so there is no need to look in another repository? Thanks Oscar __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
