[maven-source-plugin] 02/20: Extended package description, placing .jar in /usr/share/java.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 9 22:23:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-source-plugin.
commit 163bd0a3ddc0dce197cafcd9968df5ab5fee52ff
Author: Steffen Möller <moeller at debian.org>
Date: Fri Aug 16 10:43:07 2013 +0000
Extended package description, placing .jar in
/usr/share/java.
---
2.0.x/debian/control | 17 +++++++++++++----
2.0.x/debian/libmaven-source-plugin-java.poms | 2 +-
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/2.0.x/debian/control b/2.0.x/debian/control
index 9d36417..c445416 100644
--- a/2.0.x/debian/control
+++ b/2.0.x/debian/control
@@ -2,7 +2,7 @@ Source: maven-source-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Thomas Koch <thomas at koch.ro>
+Uploaders: Thomas Koch <thomas at koch.ro>, Steffen Moeller <moeller at debian.org>
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 @@ Build-Depends-Indep: libmaven-plugin-tools-java, libmaven-archiver-java,
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 @@ Recommends: ${maven:OptionalDepends}
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
diff --git a/2.0.x/debian/libmaven-source-plugin-java.poms b/2.0.x/debian/libmaven-source-plugin-java.poms
index 5ad70f2..64b1188 100644
--- a/2.0.x/debian/libmaven-source-plugin-java.poms
+++ b/2.0.x/debian/libmaven-source-plugin-java.poms
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-source-plugin.git
More information about the pkg-java-commits
mailing list