[maven-clean-plugin] 04/32: release
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 18 07:05:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-clean-plugin.
commit f5717296cf6ab8fb4ff57f9d256fc657344f79aa
Author: Torsten Werner <twerner at debian.org>
Date: Sun Dec 7 12:46:03 2008 +0000
release
---
debian/build.xml | 18 +++++++++---------
debian/changelog | 1 -
debian/maven-settings.xml | 5 +++++
debian/patches/pom.diff | 2 ++
4 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/debian/build.xml b/debian/build.xml
index 49d31c0..e2e24fe 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -12,15 +12,15 @@
</target>
<target name="package">
- <java classname="org.codehaus.classworlds.Launcher"
- classpath="/usr/share/maven2/boot/classworlds.jar"
- failonerror="true" fork="true">
- <sysproperty key="classworlds.conf" value="/etc/maven2/m2.conf"/>
- <sysproperty key="maven.home" value="/usr/share/maven2"/>
- <arg value="-Dmaven.test.skip"/>
- <arg value="-s${basedir}/debian/maven-settings.xml"/>
- <arg value="plugin:descriptor"/>
- </java>
+ <java classname="org.codehaus.classworlds.Launcher"
+ classpath="/usr/share/maven2/boot/classworlds.jar"
+ failonerror="true" fork="true">
+ <sysproperty key="classworlds.conf" value="/etc/maven2/m2.conf"/>
+ <sysproperty key="maven.home" value="/usr/share/maven2"/>
+ <arg value="-Dmaven.test.skip"/>
+ <arg value="-s${basedir}/debian/maven-settings.xml"/>
+ <arg value="plugin:descriptor"/>
+ </java>
<ant target="package" antfile="${maven.build.xml}" dir=".">
<property name="artifactId" value="maven-clean-plugin"/>
</ant>
diff --git a/debian/changelog b/debian/changelog
index 6534414..3511f54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
maven-clean-plugin (2.2-1) unstable; urgency=low
- UNRELEASED
* Initial release. (Closes: #508020)
-- Torsten Werner <twerner at debian.org> Thu, 04 Dec 2008 19:29:26 +0100
diff --git a/debian/maven-settings.xml b/debian/maven-settings.xml
index 89219ea..01f8769 100644
--- a/debian/maven-settings.xml
+++ b/debian/maven-settings.xml
@@ -1,3 +1,8 @@
+<!--
+ This is a minimal settings.xml that switches maven to offline mode
+ and uses the Debian repo as the local repo.
+-->
+
<settings>
<localRepository>/usr/share/maven-repo</localRepository>
<offline>true</offline>
diff --git a/debian/patches/pom.diff b/debian/patches/pom.diff
index 2069d22..dd8b04c 100644
--- a/debian/patches/pom.diff
+++ b/debian/patches/pom.diff
@@ -1,3 +1,5 @@
+Currently we need to patch most of the dependencies in the POM.
+
Index: maven-clean-plugin-2.2/pom.xml
===================================================================
--- maven-clean-plugin-2.2.orig/pom.xml 2007-11-30 00:33:21.000000000 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git
More information about the pkg-java-commits
mailing list