Maven: Cannot get the help goals working (clean:help, compiler:help, etc)

Posted by SirFabel on Stack Overflow See other posts from Stack Overflow or by SirFabel
Published on 2010-03-21T22:10:52Z Indexed on 2010/03/21 22:11 UTC
Read the original article Hit count: 686

Filed under:
|
|

Hi,

I am new in Maven. Do you know what am I doing wrong below?

Thanks

SirFabel


mvn -e clean:help Warning: JAVA_HOME environment variable is not set. + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'clean'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Required goal not found: clean:help in org.apache.maven.plugins:maven-clean-plugin:2.2 [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Required goal not found: clean:help in org.apache.maven.plugins:maven-clean-plugin:2.2 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1867) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:462) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:175) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about maven-plugin