Maven2: How do I generate a file that contains the names of the project's dependencies?
Posted
by Jin Kim
on Stack Overflow
See other posts from Stack Overflow
or by Jin Kim
Published on 2010-04-01T17:33:26Z
Indexed on
2010/04/01
19:53 UTC
Read the original article
Hit count: 171
I would like to place the names of the dependencies in a text file that is distributed inside a package that is built with Maven.
I am planning to use the maven assembly plugin to generate the tarball package, and use filtering to put the names in the text file.
The only problem is, I don't know how to reference the dependencies in the first place.
© Stack Overflow or respective owner