[osgi-compendium] 14/16: Manually install a relocation POM as maven-repo-helper does not fully support this yet
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Mar 1 09:45:58 UTC 2018
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository osgi-compendium.
commit 46e97ed7e3f249f72c533fb060de771a3b7cf8ea
Author: 殷啟聰 | Kai-Chung Yan <seamlikok at gmail.com>
Date: Wed Feb 28 10:51:59 2018 +0800
Manually install a relocation POM as maven-repo-helper does not fully support this yet
---
debian/libosgi-compendium-java.poms | 1 +
debian/relocation.pom | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/debian/libosgi-compendium-java.poms b/debian/libosgi-compendium-java.poms
index 9de1812..d69dd14 100644
--- a/debian/libosgi-compendium-java.poms
+++ b/debian/libosgi-compendium-java.poms
@@ -1 +1,2 @@
debian/pom.xml --no-parent --usj-name=osgi.cmpn
+debian/relocation.pom
diff --git a/debian/relocation.pom b/debian/relocation.pom
new file mode 100644
index 0000000..718a4f7
--- /dev/null
+++ b/debian/relocation.pom
@@ -0,0 +1,16 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>debian</version>
+ <properties>
+ <debian.package>libosgi-compendium-java</debian.package>
+ </properties>
+ <distributionManagement>
+ <relocation>
+ <groupId>org.osgi</groupId>
+ <artifactId>osgi.cmpn</artifactId>
+ <version>debian</version>
+ </relocation>
+ </distributionManagement>
+</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-compendium.git
More information about the pkg-java-commits
mailing list