Mercurial > lada > lada-server
changeset 294:422e9ea0276f
Removed archive configuration. Prevents deployment using pure maven.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 15 Aug 2013 14:59:25 +0200 |
parents | 7c268f742553 |
children | a529909cffeb |
files | pom.xml |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Wed Aug 14 16:12:09 2013 +0200 +++ b/pom.xml Thu Aug 15 14:59:25 2013 +0200 @@ -215,13 +215,6 @@ <!-- Java EE 6 doesn't require web.xml, Maven needs to catch up! --> <failOnMissingWebXml>false</failOnMissingWebXml> - <archive> - <manifest> - <addDefaultImplementationEntries>true</addDefaultImplementationEntries> - <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> - </manifest> - </archive> - <archiveClasses>true</archiveClasses> </configuration> </plugin> <!-- The JBoss AS plugin deploys your war to a local JBoss AS