Hi Davis,

There is source code for a plugin named maven-buildinfo-plugin, included
with the free book "Better Builds with Maven", that seems to do
something like what you want (and then some).  The source is in the
Chapter5 .zip file[1].  Caveat coder: you may need to read Chapter 5 to
understand how to use it (I myself have not attempted to do so).

It looks like this plugin is also in the mojo sandbox at codehaus.org[2].

Steve

[1] http://www.mergere.com/files/no.reg/code/Code_Ch05.zip
[2]
https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/maven-buildinfo-plugin/


Davis Ford wrote:
> hi, i know that mvn depenendency:resolve depdendency:build-classpath will
> dump a classpath list of all transitive/non-transitive jars.
> 
> i was wondering if there was some other way, either with the dependency
> plugin, or with any other plugin, to generate the same output but in nicely
> formatted xml:
> 
> </artifactId>
> </groupId>
> </version>
> 
> ?
> 
> Thanks,
> Davis


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

Reply via email to