I downloaded the latest maven (1.0 rc2) from CVS, yesterday, and built it using the build-bootstrap.xml file. The build was successful. However, when I tried to build the plugin using the command shown below, it failed.
E:\maven\maven-1.0-rc2>maven -Dgoal=clean,plugin:install multiproject:goal __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-SNAPSHOT BUILD FAILED Goal "multiproject:goal" does not exist in this project. Total time: 4 seconds Finished at: Fri Dec 19 10:09:27 PST 2003 E:\maven\maven-1.0-rc2> The following command also fails: E:\maven\maven-1.0-rc2>maven -Dgoal=clean,plugin:install,plugin:deploy __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-SNAPSHOT BUILD FAILED Goal "jar:jar" does not exist in this project. Total time: 7 seconds Finished at: Fri Dec 19 10:05:53 PST 2003 Any ideas?? Rajeev Kaul
