Re: Required goal not found: dependency:build-classpath

2007-02-23 Thread Brad Szabo
According to
http://maven.apache.org/plugins/maven-dependency-plugin/usage.html the
"build-classpath" goal is new, since 2.0-alpha-2. That version is not
available on ibiblio yet, only 2.0-alpha-1 is. Looks like you will have
to check out the source code and build it if you need that goal.

If you want to see what jars are on your classpath for specific goals,
just use the -X option.

-Brad


On Fri, 2007-02-23 at 15:59 -0800, Jagan Padmanabha Pillai -X (jpadmana
- Insight Solutions, Inc. at Cisco) wrote:
>  Any idea ?
>  
> 
> $ mvn dependency:build-classpath
>  
> 
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'dependency'.
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> ----------------
> [INFO] Required goal not found: dependency:build-classpath
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 1 second
> [INFO] Finished at: Fri Feb 23 15:48:20 PST 2007
> [INFO] Final Memory: 2M/61M
> [INFO]
> 
> 
> Thanks!!
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Required goal not found: dependency:build-classpath

2007-02-23 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
 
Any idea ?
 
 
$ mvn dependency:build-classpath
 

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO]

[ERROR] BUILD FAILURE
[INFO]
----
[INFO] Required goal not found: dependency:build-classpath
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 1 second
[INFO] Finished at: Fri Feb 23 15:48:20 PST 2007
[INFO] Final Memory: 2M/61M
[INFO]


Thanks!!