Perhaps the remote resources plugin, although its documentation is rather 
opaque; I think apache projects use it to include license files.  I thought 
they had an example of how they did their license inclusion but now I can't 
find it.  Perhaps it's in the source distribution for maven and I read about 
that somewhere.

http://maven.apache.org/plugins/maven-remote-resources-plugin/index.html


torsten.reinh...@gi-de.com wrote:
Hi,
when we ship our product, we have to ship also all used 3rdParty licenses.
Is there a way to detect the license.txt files automatically?
Extract those files from all dependencies, for example?

Or do I have to enumerate all licenses in my pom.xml

  <licenses>
    <license>
      <name>....</name>
      <url>.....</url>
    </license>
  </licenses>

These plugins are NOT what I´m looking for:

1) http://code.google.com/p/maven-license-plugin/

2) http://mojo.codehaus.org/rat-maven-plugin/

thanx for any advice, Torsten


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to