maven-compiler-plugin 3.8.0-1ubuntu1~18.04.1 source package in Ubuntu

Changelog

maven-compiler-plugin (3.8.0-1ubuntu1~18.04.1) bionic; urgency=medium

  * Backport from Cosmic. (LP: #1814133)

maven-compiler-plugin (3.8.0-1ubuntu1) cosmic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/rules: set JAVA_HOME to prevent compiler test failure.
    - debian/patches/01-fix-wrong-junit-path.patch: patch wrong junit path in
      compiler test.

maven-compiler-plugin (3.8.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - New dependency on libplexus-languages-java
    - Changed the source/target level to 1.7
    - Updated the Maven rules
    - Relocate the previous version of the plugin (3.6.2) to the new one
  * Standards-Version updated to 4.1.5
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs
  * Track and download the new releases from GitHub

 -- Tiago Stürmer Daitx <email address hidden>  Tue, 05 Feb 2019 17:12:14 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe devel
Bionic security universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-compiler-plugin_3.8.0.orig.tar.xz 63.7 KiB 9f0fa0b4d4309561d83fec4d38e7f3493bd775a55579b10cd5968c923d1fba38
maven-compiler-plugin_3.8.0-1ubuntu1~18.04.1.debian.tar.xz 5.0 KiB a7cb526bf2d6ffd2c76f082af95b75a0390d5c6c01e97c9931ae44dbab9ee48a
maven-compiler-plugin_3.8.0-1ubuntu1~18.04.1.dsc 2.6 KiB 19dbe98a50bd5d2f0599578952de71b23636f1d8779cd6a181d59489d2f8d970

View changes file

Binary packages built by this source

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