On 2/15/07, Daniel Kulp <[EMAIL PROTECTED]> wrote:
Basically, you can add:
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>process</goal>
</goals>
<configuration>
<resourceBundles>
<resourceBundle>org.apache:apache-jar-resource-bundle:1.1-SNAPSHOT</resourceBundle>
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.0</resourceBundle>
</resourceBundles>
<properties>
<addLicense>true</addLicense>
</properties>
</configuration>
</execution>
</executions>
</plugin>
Thanks, that worked. However, is there a way to override the name of
the project that is written to the NOTICES and DISCLAIMER files?
Currently each jar file uses its own artifact name (e.g. "Apache UIMA
Java Framework Core") when really we want just the name of our project
("Apache UIMA").
-Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]