maven-compiler-plugin 3.6.2-2ubuntu2 source package in Ubuntu

Changelog

maven-compiler-plugin (3.6.2-2ubuntu2) artful; urgency=medium

  * Remove dh_auto_configure override, no longer required after
    the 3.6.1 -> 3.6.2 relocate done in 3.6.2-2ubuntu1.

 -- Tiago Stürmer Daitx <email address hidden>  Sat, 08 Sep 2017 18:32:01 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Sponsored by:
Matthias Klose
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-compiler-plugin_3.6.2.orig.tar.gz 76.7 KiB 04047c76660696c647e784e250152ea58eb8d49247d14bf336d1c3e4755af75f
maven-compiler-plugin_3.6.2-2ubuntu2.debian.tar.xz 5.0 KiB a4c15d6db476c77ff327aa526b6e77a3ac3001968889710d1cf05d899ad4694a
maven-compiler-plugin_3.6.2-2ubuntu2.dsc 2.5 KiB 584a11380d3a5d55fb7b8e356d97eddd8b1bbc8613b38f2c5f8aa2994af02e21

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.