[pkg-java] r16561 - trunk/xslthl/debian/patches
Eugene Zhukov
eugene-guest at alioth.debian.org
Wed Apr 24 04:41:38 UTC 2013
Author: eugene-guest
Date: 2013-04-24 04:41:38 +0000 (Wed, 24 Apr 2013)
New Revision: 16561
Modified:
trunk/xslthl/debian/patches/pom_fixes.patch
Log:
added maven-jar-plugin
Modified: trunk/xslthl/debian/patches/pom_fixes.patch
===================================================================
--- trunk/xslthl/debian/patches/pom_fixes.patch 2013-04-23 21:16:56 UTC (rev 16560)
+++ trunk/xslthl/debian/patches/pom_fixes.patch 2013-04-24 04:41:38 UTC (rev 16561)
@@ -10,11 +10,23 @@
--- a/pom.xml
+++ b/pom.xml
-@@ -30,6 +30,27 @@
+@@ -30,6 +30,39 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
++ <artifactId>maven-jar-plugin</artifactId>
++ <configuration>
++ <archive>
++ <manifest>
++ <addClasspath>true</addClasspath>
++ </manifest>
++ </archive>
++ </configuration>
++ <version>2.2</version>
++ </plugin>
++ <plugin>
++ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
@@ -38,7 +50,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
-@@ -43,23 +64,6 @@
+@@ -43,23 +76,6 @@
</executions>
</plugin>
<plugin>
@@ -62,7 +74,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
-@@ -129,24 +133,21 @@
+@@ -129,24 +145,21 @@
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>[2.7,2.8)</version>
More information about the pkg-java-commits
mailing list