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
This commit is contained in:
Olivier Lamy 2013-02-13 10:55:44 +00:00
parent 4394b06f50
commit 1e890d9d07

View File

@ -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>