Hi all.

Using the archive config [1] in our corporate pom, I'd like to set
additional config like this:
            <archive>
              <manifest>

<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
              </manifest>
              <manifestEntries>
                <Build-Time>${maven.build.timestamp}</Build-Time>

<Issue-System>${project.issueManagement.system}</Issue-System>

<Issue-Tracking>${project.issueManagement.url}</Issue-Tracking>
              </manifestEntries>
            </archive>

Ideally I'd like to put this in only one place and have it picked up by
jar's, war's, ear's, or anything else that gets built.

Is this possible, or do I have to copy / paste this config into each
plugin's config?

Thanks for your time,
Jim


[1] http://maven.apache.org/shared/maven-archiver/index.html

Reply via email to