[jackson-module-jaxb-annotations] 02/02: use extensions with bundle plugin

Timo Aaltonen tjaalton at moszumanska.debian.org
Sat Sep 6 08:22:50 UTC 2014


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

tjaalton pushed a commit to branch master
in repository jackson-module-jaxb-annotations.

commit 9ddeee9a8d0c07eff48c8b47c793b79d38fdaacf
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Sat Sep 6 11:11:57 2014 +0300

    use extensions with bundle plugin
---
 debian/patches/fix-using-bundle.diff | 17 +++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/fix-using-bundle.diff b/debian/patches/fix-using-bundle.diff
new file mode 100644
index 0000000..1153bb7
--- /dev/null
+++ b/debian/patches/fix-using-bundle.diff
@@ -0,0 +1,17 @@
+diff --git a/pom.xml b/pom.xml
+index b17eb03..f344c7d 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -114,6 +114,12 @@ javax.activation
+           </execution>
+         </executions>
+       </plugin>
++      <plugin>
++        <groupId>org.apache.felix</groupId>
++        <artifactId>maven-bundle-plugin</artifactId>
++        <version>2.3.5</version>
++        <extensions>true</extensions>
++      </plugin>
+ 
+     </plugins>
+   </build>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c39825f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-using-bundle.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-module-jaxb-annotations.git



More information about the pkg-java-commits mailing list