maven-compiler-plugin 2.5.1-1 source package in Ubuntu

Changelog

maven-compiler-plugin (2.5.1-1) unstable; urgency=low


  * Team upload.
  * New upstream release
  * Refreshed the patch
  * debian/control:
    - Depend on the new libplexus-compiler-java package
    - Updated Standards-Version to 3.9.5 (no changes)
    - Use canonical URLs for the Vcs-* fields
  * Build depend on debhelper >= 9
  * debian/copyright: Updated to the Copyright Format 1.0
  * Documented the procedure to update the core Maven plugins in README.source

 -- Emmanuel Bourg <email address hidden>  Thu, 21 Nov 2013 17:55:23 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-compiler-plugin_2.5.1-1.dsc 2.4 KiB ff0344b42cde40934cf5eebdf216a9a13ec2888e32a1dfb59d266ccc9c8a752a
maven-compiler-plugin_2.5.1.orig.tar.gz 33.1 KiB 0106793a3ae603d3e8a02f249880e2246c60e2a3631cc3736bbe80813e77d7ba
maven-compiler-plugin_2.5.1-1.debian.tar.gz 4.8 KiB 4e1c527d45292c238b52f6a7fca8cb3f56a686e8827873f56966ca66b77dd1b4

Available diffs

No changes file available.

Binary packages built by this source

libmaven-compiler-plugin-java: No summary available for libmaven-compiler-plugin-java in ubuntu vivid.

No description available for libmaven-compiler-plugin-java in ubuntu vivid.

libmaven-compiler-plugin-java-doc: Documentation for Maven Compiler Plugin

 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Compiler Plugin is used to compile the sources of your project. The
 default compiler is javac and is used to compile Java sources.
 .
 This package contains the API documentation of libmaven-compiler-plugin-java.