maven-deploy-plugin 3.0.0-1 source package in Ubuntu

Changelog

maven-deploy-plugin (3.0.0-1) unstable; urgency=medium

  * New upstream release
    - Removed the patch
    - New dependency on libmaven-resolver-transport-http-java
  * 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 01:20:44 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-deploy-plugin_3.0.0-1.dsc 2.3 KiB 94b9a3ba00779941923ba97010a04c52f4518c1d577649b74d76c130ef895ead
maven-deploy-plugin_3.0.0.orig.tar.xz 44.1 KiB 8dfc6119e820c6e72754869fab6bf96e647c46eb1e2a844faf850ab1cd4bb9f5
maven-deploy-plugin_3.0.0-1.debian.tar.xz 2.7 KiB 5b83edb5268d1ba2f18e9b78d325d2ca4f8a83f836f1b14d2c1f8080d9519830

Available diffs

No changes file available.

Binary packages built by this source

libmaven-deploy-plugin-java: Maven Deploy 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 Deploy Plugin is used to add artifacts to a remote repository for sharing
 with other developers and projects.