[pkg-java] r7571 - in trunk/maven-clean-plugin/debian: . patches
twerner at alioth.debian.org
twerner at alioth.debian.org
Sun Dec 7 12:46:03 UTC 2008
Author: twerner
Date: 2008-12-07 12:46:03 +0000 (Sun, 07 Dec 2008)
New Revision: 7571
Modified:
trunk/maven-clean-plugin/debian/build.xml
trunk/maven-clean-plugin/debian/changelog
trunk/maven-clean-plugin/debian/maven-settings.xml
trunk/maven-clean-plugin/debian/patches/pom.diff
Log:
release
Modified: trunk/maven-clean-plugin/debian/build.xml
===================================================================
--- trunk/maven-clean-plugin/debian/build.xml 2008-12-07 12:36:14 UTC (rev 7570)
+++ trunk/maven-clean-plugin/debian/build.xml 2008-12-07 12:46:03 UTC (rev 7571)
@@ -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>
Modified: trunk/maven-clean-plugin/debian/changelog
===================================================================
--- trunk/maven-clean-plugin/debian/changelog 2008-12-07 12:36:14 UTC (rev 7570)
+++ trunk/maven-clean-plugin/debian/changelog 2008-12-07 12:46:03 UTC (rev 7571)
@@ -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
Modified: trunk/maven-clean-plugin/debian/maven-settings.xml
===================================================================
--- trunk/maven-clean-plugin/debian/maven-settings.xml 2008-12-07 12:36:14 UTC (rev 7570)
+++ trunk/maven-clean-plugin/debian/maven-settings.xml 2008-12-07 12:46:03 UTC (rev 7571)
@@ -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>
Modified: trunk/maven-clean-plugin/debian/patches/pom.diff
===================================================================
--- trunk/maven-clean-plugin/debian/patches/pom.diff 2008-12-07 12:36:14 UTC (rev 7570)
+++ trunk/maven-clean-plugin/debian/patches/pom.diff 2008-12-07 12:46:03 UTC (rev 7571)
@@ -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
More information about the pkg-java-commits
mailing list