maven-invoker-plugin 3.4.0-1 source package in Ubuntu

Changelog

maven-invoker-plugin (3.4.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Depend on libmaven-script-interpreter-java (>= 1.4)
    - New dependency on libcommons-collections3-java
    - Disabled the tests (require a Mockito upgrade)
    - Updated the maven-debian-helper rules
  * Depend on libmaven-parent-java
  * Standards-Version updated to 4.6.2
  * Switch to debhelper level 13
  * Use salsa.debian.org Vcs-* URLs
  * Track and download the new releases from GitHub

 -- Emmanuel Bourg <email address hidden>  Tue, 10 Jan 2023 16:04:55 +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 java
Noble release universe java
Mantic release universe java
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-invoker-plugin_3.4.0-1.dsc 2.6 KiB c36cd6ae4c6e696487bdc60a39db6b51b7801950548413a299399f583766d701
maven-invoker-plugin_3.4.0.orig.tar.xz 90.2 KiB 3badcfe5e663b62813ceca7b81d8eade2851d3fc3d1cf96c477d2900151a82ae
maven-invoker-plugin_3.4.0-1.debian.tar.xz 4.3 KiB f30d97ad1c02f3111ee086f877dc2202ea94e1bee236a4e650e32cd0445fc4aa

Available diffs

No changes file available.

Binary packages built by this source

libmaven-invoker-plugin-java: Maven Invoker 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 Maven Invoker Plugin is used to run a set of Maven projects. The plugin
 can determine whether each project execution is successful, and optionally
 can verify the output generated from a given project execution.