The Apache common POM (
http://repo2.maven.org/maven2/org/apache/apache/7/apache-7.pom ) uses
the maven remote resources plugin to retrieve standard files including
META-INF/NOTICE for inclusion in Jar file builds for Apache projects.

It retrieves the resource org.apache:apache-jar-resource-bundle:1.4

We need for many of our Jars to have the same additional lines in the
NOTICE file.  I noticed that the DEPENDENCIES.vm file has at the end the
lines:

#if($postDepListText)
$postDepListText
#end      

which allows users to include custom text.  If something like this was
added to the NOTICE.vm, then we could use that to address our use case.

Or is there a better approach for this?

- Marshall Schor

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

Reply via email to