diff options
author | Olivier Lamy <olamy@apache.org> | 2013-02-13 10:55:44 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-02-13 10:55:44 +0000 |
commit | 1e890d9d07fbc9771abf8a4a12ba669e748bbc80 (patch) | |
tree | 8dff3dc33af3426541a554b0e73616b65daf5b22 | |
parent | 4394b06f500ada90b55b9c102e0f43efec18ecd8 (diff) | |
download | archiva-1e890d9d07fbc9771abf8a4a12ba669e748bbc80.tar.gz archiva-1e890d9d07fbc9771abf8a4a12ba669e748bbc80.zip |
add better manifest content for the generated war
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1445550 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index fbe95aa84..4c2dfdfef 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -1055,6 +1055,12 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <configuration> + <archive> + <manifest> + <addDefaultImplementationEntries>true</addDefaultImplementationEntries> + <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> + </manifest> + </archive> <webResources> <webResource> <directory>.</directory> |