[undertow] 02/02: Add maven-compiler-plugin-2.5.patch

Markus Koschany apo-guest at moszumanska.debian.org
Wed Dec 23 17:17:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository undertow.

commit 120f8dd1029aa506aaf45ab15e207e11b5aef343
Author: Markus Koschany <apo at debian.org>
Date:   Tue Dec 22 21:31:18 2015 +0100

    Add maven-compiler-plugin-2.5.patch
---
 debian/patches/maven-compiler-plugin-2.5.patch | 89 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 90 insertions(+)

diff --git a/debian/patches/maven-compiler-plugin-2.5.patch b/debian/patches/maven-compiler-plugin-2.5.patch
new file mode 100644
index 0000000..d55c58f
--- /dev/null
+++ b/debian/patches/maven-compiler-plugin-2.5.patch
@@ -0,0 +1,89 @@
+From: Markus Koschany <apo at debian.org>
+Date: Tue, 22 Dec 2015 21:31:03 +0100
+Subject: maven compiler plugin 2.5
+
+---
+ core/pom.xml             | 6 ++++++
+ parser-generator/pom.xml | 1 +
+ pom.xml                  | 5 +++++
+ servlet/pom.xml          | 5 +++++
+ websockets-jsr/pom.xml   | 5 +++++
+ 5 files changed, 22 insertions(+)
+
+diff --git a/core/pom.xml b/core/pom.xml
+index a55649f..7a70050 100644
+--- a/core/pom.xml
++++ b/core/pom.xml
+@@ -160,6 +160,12 @@
+         <plugins>
+             <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
++                <artifactId>maven-compiler-plugin</artifactId>
++                <version>2.5.1</version>
++            </plugin>
++
++            <plugin>
++                <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-jar-plugin</artifactId>
+                 <executions>
+                     <execution>
+diff --git a/parser-generator/pom.xml b/parser-generator/pom.xml
+index a3b1921..7cad184 100644
+--- a/parser-generator/pom.xml
++++ b/parser-generator/pom.xml
+@@ -52,6 +52,7 @@
+             <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-compiler-plugin</artifactId>
++                <version>2.5.1</version>
+                 <configuration>
+                     <compilerArgument>-proc:none</compilerArgument>
+                 </configuration>
+diff --git a/pom.xml b/pom.xml
+index ed833ed..80907d0 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -115,6 +115,11 @@
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-checkstyle-plugin</artifactId>
+             </plugin>
++            <plugin>
++                <groupId>org.apache.maven.plugins</groupId>
++                <artifactId>maven-compiler-plugin</artifactId>
++                <version>2.5.1</version>
++            </plugin>
+         </plugins>
+         <pluginManagement>
+             <plugins>
+diff --git a/servlet/pom.xml b/servlet/pom.xml
+index 12895eb..778dbb3 100644
+--- a/servlet/pom.xml
++++ b/servlet/pom.xml
+@@ -134,6 +134,11 @@
+ 
+         <plugins>
+             <plugin>
++                <groupId>org.apache.maven.plugins</groupId>
++                <artifactId>maven-compiler-plugin</artifactId>
++                <version>2.5.1</version>
++            </plugin>
++            <plugin>
+                 <groupId>org.bitstrings.maven.plugins</groupId>
+                 <artifactId>dependencypath-maven-plugin</artifactId>
+                 <version>1.1.1</version>
+diff --git a/websockets-jsr/pom.xml b/websockets-jsr/pom.xml
+index 445311c..293ec09 100644
+--- a/websockets-jsr/pom.xml
++++ b/websockets-jsr/pom.xml
+@@ -124,6 +124,11 @@
+         <plugins>
+             <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
++                <artifactId>maven-compiler-plugin</artifactId>
++                <version>2.5.1</version>
++            </plugin>
++            <plugin>
++                <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-surefire-plugin</artifactId>
+                 <configuration>
+                     <enableAssertions>true</enableAssertions>
diff --git a/debian/patches/series b/debian/patches/series
index 9b2f906..59ff42c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 ALPN.patch
+maven-compiler-plugin-2.5.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/undertow.git



More information about the pkg-java-commits mailing list