I have some questions about maven2 plugins. * How could I see the last versions of all plugins? * Is there any plans to make a page for maven2 like maven1, http://maven.apache.org/maven-1.x/reference/plugins/multichanges-report.html to list the releases ? * Why do I get these BUILD FAILURE when try to find plugins to update ?
C:\Documents and Settings\mattiaso\test>mvn -up [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Unnamed - com.mycompany.app:app:pom:1.0-SNAPSHOT [INFO] Maven Quick Start Archetype [INFO] Maven Webapp Archetype [INFO] Maven Quick Start Archetype [INFO] ---------------------------------------------------------------------------- [ERROR] BUILD FAILURE [INFO] ---------------------------------------------------------------------------- [INFO] You must specify at least one goal. Try 'install' [INFO] ---------------------------------------------------------------------------- [INFO] For more information, run Maven with the -e switch [INFO] ---------------------------------------------------------------------------- [INFO] Total time: < 1 second [INFO] Finished at: Sun Jan 01 13:19:34 CET 2006 [INFO] Final Memory: 1M/3M [INFO] ---------------------------------------------------------------------------- / Mattias Olofsson
