maven-verifier 1.8.0-2 source package in Ubuntu

Changelog

maven-verifier (1.8.0-2) unstable; urgency=medium

  * Team upload.
  * Rework tests patch to disable network access (Closes: #1037064)
  * Freshen years in debian/copyright
  * Set Rules-Requires-Root: no in debian/control

 -- tony mancill <email address hidden>  Thu, 15 Jun 2023 20:13:15 -0700

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-verifier_1.8.0-2.dsc 2.2 KiB f1f5a06273f401273b045d22a61a8c815cbed6bfdbb1ee944f5672a8a729076e
maven-verifier_1.8.0.orig.tar.xz 25.9 KiB b416b12c340a6e6e3227864a958d76c67683402c9e9c0c047dddbf46beb01cbe
maven-verifier_1.8.0-2.debian.tar.xz 4.1 KiB 617e7096c8031d7ffefb9fa6a512f5905700284d82eace4166751534ed071f56

Available diffs

No changes file available.

Binary packages built by this source

libmaven-verifier-java: Maven Verifier Component

 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
 .
 Maven Verifier is a shared library for Maven and it provides a test harness
 for Maven integration tests.