[Schmitzm-commits] r2387 - trunk/schmitzm-parent

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Tue Aug 27 14:33:10 CEST 2013


Author: alfonx
Date: 2013-08-27 14:33:10 +0200 (Tue, 27 Aug 2013)
New Revision: 2387

Modified:
   trunk/schmitzm-parent/pom.xml
Log:
In den Manifests sollte jetzt Security all-permission und Codebase=* stehen
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html

Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml	2013-08-16 12:37:15 UTC (rev 2386)
+++ trunk/schmitzm-parent/pom.xml	2013-08-27 12:33:10 UTC (rev 2387)
@@ -114,7 +114,7 @@
 			<artifactId>slf4j-log4j12</artifactId>
 			<version>1.7.2</version>
 		</dependency>
-		
+
 	</dependencies>
 
 	<build>
@@ -123,7 +123,16 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>
-				<version>2.3.2</version>
+				<version>2.4</version>
+				<configuration>
+					<archive>
+						<!-- http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html -->
+						<manifestEntries>
+							<Security>all-permissions</Security>
+							<Codebase>*</Codebase>
+						</manifestEntries>
+					</archive>
+				</configuration>
 				<executions>
 					<execution>
 						<goals>



More information about the Schmitzm-commits mailing list