maven-source-plugin 2.2.1-1 source package in Ubuntu

Changelog

maven-source-plugin (2.2.1-1) unstable; urgency=low


  * Team upload.
  * New upstream release
  * Enabled the unit tests
  * debian/watch: Updated to catch the latest versions
  * debian/control: Updated Standards-Version to 3.9.5 (no changes)

 -- Emmanuel Bourg <email address hidden>  Tue, 05 Nov 2013 15:31:09 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-source-plugin_2.2.1-1.dsc 2.5 KiB c309f5e04e25da3c958cf456c7b62099d514c4b8e100f1974137eb81543a58c4
maven-source-plugin_2.2.1.orig.tar.xz 16.5 KiB 9601c883798ec82728f549591861895152cf540046c93d7959cc432c78d5357d
maven-source-plugin_2.2.1-1.debian.tar.gz 3.4 KiB 3e9f693bf23d132bd67c502259c5ae06ad8ef8835ae394ce3dfa2802536d212c

Available diffs

No changes file available.

Binary packages built by this source

libmaven-source-plugin-java: 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.

libmaven-source-plugin-java-doc: Documentation for Maven Source Plugin

 The Maven 2 Source Plugin creates a JAR archive of the source files of
 the current project.
 .
 This package contains the API documentation of libmaven-source-plugin-java.