Hi,

> I saw one mail in this group saying
> 
> >From Davis:  i know that mvn depenendency:resolve
> depdendency:build-classpath will dump a classpath list of all
> transitive/non-transitive jars.
> 
> What is the purpose of the above command?

See 
http://maven.apache.org/plugins/maven-dependency-plugin/build-classpath-mojo.html:

"This goal will output a classpath string of dependencies from the local 
repository to a file or log"

i.e. a string that contains all the [transitive] dependencies that are 
used/referenced by your pom.xml.


Thorsten

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

Reply via email to