I'm a newbie to maven, and following the documentation available on the maven home page, after installing maven, installed the repositery, I tried to run the following command:
maven -Dturbine.app.name=helloworld turbine:setup
but got the following error:
[INFO] App - - __ __
[INFO] App - -| \/ |__ _Apache__ ___
[INFO] App - -| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
[INFO] App - -|_| |_\__,_|\_/\___|_||_| v. 1.0.2
[INFO] App - -
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.
BeanUtils).
log4j:WARN Please initialize the log4j system properly.
BUILD FAILED
Goal "turbine:setup" does not exist in this project.
[INFO] App - -Total time: 1 seconds
[INFO] App - -Finished at: Thu Jan 27 23:09:12 GMT 2005
[INFO] App - -
Am I missing something, although I followed EXACTELY what was written in the "Installation", and "Getting started" pages of the maven home page??
Also, I checked in the plugins folder in %MAVEN_HOME%/plugins, and couldn't find the maven-turbine-plugin, nor could I find maven-torque plugins either.
Also, I'd like to know if there is a way to download jars, put them on my machine offline so that maven automatically add those to the local repository.
I'd like to do that, so as to avoid having to create folders manually under the repository and add my jars offline to the repository.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]