maven-invoker 3.2.0-1 source package in Ubuntu

Changelog

maven-invoker (3.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Removed the patch
  * Depend on libmaven-parent-java
  * Removed the unused build dependency on libmaven-plugin-tools-java
  * Track and download the new releases from GitHub
  * Standards-Version updated to 4.6.2
  * Switch to debhelper level 13
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <email address hidden>  Mon, 09 Jan 2023 20:03:12 +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_3.2.0-1.dsc 2.1 KiB 367ccb086f7cf63bca12743f346a5bf7165887828ab512a8b0e55847d871d0a1
maven-invoker_3.2.0.orig.tar.xz 28.1 KiB 66ca89a998be59a93ebda9f81897439441f72c7136a06866caf285d8549bcd9c
maven-invoker_3.2.0-1.debian.tar.xz 3.1 KiB 349cf62649edbeb528a63567827ed23611644d9f44214c107ec99b48703799ca

Available diffs

No changes file available.

Binary packages built by this source

libmaven-invoker-java: Maven Invoker

 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
 .
 This package provides a component to programmatically invoke Maven.