Author: manolo
Date: Mon Feb 16 22:06:14 2015
New Revision: 1660221
URL: http://svn.apache.org/r1660221
Log:
Fix manifest issues with embedded jetty
Modified:
james/hupa/trunk/.gitignore
james/hupa/trunk/hupa/pom.xml
Modified: james/hupa/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/.gitignore?rev=1660221&r1=1660220&r2=1660221&view=diff
==============================================================================
--- james/hupa/trunk/.gitignore (original)
+++ james/hupa/trunk/.gitignore Mon Feb 16 22:06:14 2015
@@ -19,3 +19,4 @@ DS_Store
*.swp
.factorypath
.DS_Store
+MANIFEST.MF
Modified: james/hupa/trunk/hupa/pom.xml
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/hupa/pom.xml?rev=1660221&r1=1660220&r2=1660221&view=diff
==============================================================================
--- james/hupa/trunk/hupa/pom.xml (original)
+++ james/hupa/trunk/hupa/pom.xml Mon Feb 16 22:06:14 2015
@@ -194,6 +194,14 @@
</manifest>
</archive>
</configuration>
+ <executions>
+ <execution>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -281,6 +289,7 @@
<configuration>
<includeGroupIds>org.eclipse.jetty,javax.servlet</includeGroupIds>
<excludeArtifactIds>jsp-api,jstl</excludeArtifactIds>
+ <excludes>META-INF/**</excludes>
<outputDirectory>
${project.build.directory}/${project.artifactId}-${project.version}
</outputDirectory>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]