1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: maven-source-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
libeclipse-sisu-maven-plugin-java,
libmaven-archiver-java (>= 3.6),
libmaven-parent-java,
libmaven-plugin-testing-java,
libmaven-plugin-tools-java (>= 3.2),
libmaven3-core-java,
libmodello-maven-plugin-java,
libplexus-archiver-java,
libplexus-utils2-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/maven-source-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-source-plugin
Homepage: http://maven.apache.org/plugins/maven-source-plugin
Package: libmaven-source-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Maven Source Plugin
The Maven 2 Source Plugin creates a JAR archive of the source files of
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.
|