Author: moeller Date: 2013-08-16 10:43:07 +0000 (Fri, 16 Aug 2013) New Revision: 17150
Modified: trunk/maven-source-plugin/2.0.x/debian/control trunk/maven-source-plugin/2.0.x/debian/libmaven-source-plugin-java.poms Log: Extended package description, placing .jar in /usr/share/java. Modified: trunk/maven-source-plugin/2.0.x/debian/control =================================================================== --- trunk/maven-source-plugin/2.0.x/debian/control 2013-08-16 09:02:46 UTC (rev 17149) +++ trunk/maven-source-plugin/2.0.x/debian/control 2013-08-16 10:43:07 UTC (rev 17150) @@ -2,7 +2,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Thomas Koch <[email protected]> +Uploaders: Thomas Koch <[email protected]>, Steffen Moeller <[email protected]> Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-plugin-tools-java, libmaven-archiver-java, libmaven2-core-java, libplexus-archiver-java, libplexus-utils-java, @@ -11,8 +11,8 @@ libmaven-archiver-java-doc, libmaven2-core-java-doc, libplexus-utils-java-doc, libmaven-javadoc-plugin-java, Standards-Version: 3.9.4 -Vcs-Git: git://anonscm.debian.org/pkg-java/maven-source-plugin.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/maven-source-plugin.git +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-source-plugin/2.0.x +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-source-plugin/2.0.x Homepage: http://maven.apache.org/plugins/maven-source-plugin Package: libmaven-source-plugin-java @@ -22,7 +22,16 @@ Suggests: libmaven-source-plugin-java-doc Description: Maven Source Plugin The Maven 2 Source Plugin creates a JAR archive of the source files of - the current project. + the current project. The Source Plugin has five goals: + * source:aggregate aggregrates sources for all modules in an aggregator + project. + * source:jar is used to bundle the main sources of the project into a + jar archive. + * source:test-jar on the other hand, is used to bundle the test sources + of the project into a jar archive. + * source:jar-no-fork is similar to jar but does not fork the build lifecycle. + * source:test-jar-no-fork is similar to test-jar but does not fork the + build lifecycle. Package: libmaven-source-plugin-java-doc Architecture: all Modified: trunk/maven-source-plugin/2.0.x/debian/libmaven-source-plugin-java.poms =================================================================== --- trunk/maven-source-plugin/2.0.x/debian/libmaven-source-plugin-java.poms 2013-08-16 09:02:46 UTC (rev 17149) +++ trunk/maven-source-plugin/2.0.x/debian/libmaven-source-plugin-java.poms 2013-08-16 10:43:07 UTC (rev 17150) @@ -25,4 +25,4 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml --no-parent --has-package-version +pom.xml --no-parent --has-package-version --java-lib _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

