[lombok-ast] 02/07: patch to use Debian's jars, do not download them from maven repos
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Fri Dec 18 08:33:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository lombok-ast.
commit 9aea9279390874aa9017bcb631f76f46f8b00123
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Sat Dec 12 17:15:34 2015 +0100
patch to use Debian's jars, do not download them from maven repos
---
debian/patches/series | 1 +
debian/patches/use_local_artifacts.patch | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index 7349547..0406baf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
replace_ipp_with_ivy.patch
+use_local_artifacts.patch
remove_dependency_on_ensure-ipp.patch
add_maven_repo.patch
remove_missing_dependency.patch
diff --git a/debian/patches/use_local_artifacts.patch b/debian/patches/use_local_artifacts.patch
new file mode 100644
index 0000000..c7b2aab
--- /dev/null
+++ b/debian/patches/use_local_artifacts.patch
@@ -0,0 +1,14 @@
+--- a/buildScripts/ivysettings.xml
++++ b/buildScripts/ivysettings.xml
+@@ -4,7 +4,10 @@
+ <filesystem name="projectLocalRepo">
+ <ivy pattern="${ivy.settings.dir}/ivy-repo/[organization]-[module]-[revision].xml" />
+ </filesystem>
+- <ibiblio name="maven-repo2" m2compatible="true" root="https://repo1.maven.org/maven2" />
++ <filesystem name="localRepo">
++ <ivy pattern="${ivy.conf.dir}/ivy-[revision].xml" />
++ <artifact pattern="/usr/share/java/[artifact].[ext]" />
++ </filesystem>
+ </chain>
+ </resolvers>
+ <settings defaultResolver="projectRepos" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok-ast.git
More information about the pkg-java-commits
mailing list