[shimdandy] 08/21: Added patch to exclude parent pom

Tony Mancill tmancill at moszumanska.debian.org
Sun Aug 13 15:08:27 UTC 2017


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

tmancill pushed a commit to branch master
in repository shimdandy.

commit 3c86d5c15420bc8ad0a61ac2178254cff6caf179
Author: Tom Marble <tmarble at info9.net>
Date:   Fri Aug 11 13:40:02 2017 -0500

    Added patch to exclude parent pom
    
    Signed-off-by: Tom Marble <tmarble at info9.net>
---
 debian/patches/exclude-parent-pom.patch | 32 ++++++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 33 insertions(+)

diff --git a/debian/patches/exclude-parent-pom.patch b/debian/patches/exclude-parent-pom.patch
new file mode 100644
index 0000000..5c8ba56
--- /dev/null
+++ b/debian/patches/exclude-parent-pom.patch
@@ -0,0 +1,32 @@
+Index: shimdandy/api/pom.xml
+===================================================================
+--- shimdandy.orig/api/pom.xml	2017-08-11 13:15:02.222056043 -0500
++++ shimdandy/api/pom.xml	2017-08-11 13:35:43.564909406 -0500
+@@ -1,11 +1,6 @@
+ <?xml version="1.0"?>
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+   <modelVersion>4.0.0</modelVersion>
+-  <parent>
+-    <groupId>org.projectodd.shimdandy</groupId>
+-    <artifactId>shimdandy-parent</artifactId>
+-    <version>1.2.0</version>
+-  </parent>
+   <groupId>org.projectodd.shimdandy</groupId>
+   <artifactId>shimdandy-api</artifactId>
+   <version>1.2.0</version>
+Index: shimdandy/impl/pom.xml
+===================================================================
+--- shimdandy.orig/impl/pom.xml	2017-08-11 13:15:02.222056043 -0500
++++ shimdandy/impl/pom.xml	2017-08-11 13:35:59.044943526 -0500
+@@ -1,11 +1,6 @@
+ <?xml version="1.0"?>
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+   <modelVersion>4.0.0</modelVersion>
+-  <parent>
+-    <groupId>org.projectodd.shimdandy</groupId>
+-    <artifactId>shimdandy-parent</artifactId>
+-    <version>1.2.0</version>
+-  </parent>
+   <groupId>org.projectodd.shimdandy</groupId>
+   <artifactId>shimdandy-impl</artifactId>
+   <version>1.2.0</version>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c1ae343
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+exclude-parent-pom.patch

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



More information about the pkg-java-commits mailing list