maven-compiler-plugin 3.10.1-2 source package in Ubuntu

Changelog

maven-compiler-plugin (3.10.1-2) unstable; urgency=medium

  * Team upload.
  * Depend on libmaven-parent-java to fix a build failure

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Jan 2023 11:13:06 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-compiler-plugin_3.10.1-2.dsc 2.5 KiB ded94ed0db4c8751c3ee95d66c240c6d623f5f65caa466394036b06dd1fb5119
maven-compiler-plugin_3.10.1.orig.tar.xz 72.0 KiB dd50842ab0e8be298a4a30f18998e6a655fee193168ad25e8aa022c2597f9ae5
maven-compiler-plugin_3.10.1-2.debian.tar.xz 5.2 KiB 93d4900808542d76e7bd013c3206efd306bfa1cf70c907b3aa0d2f44986e2f6e

Available diffs

No changes file available.

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.