maven-dependency-plugin 3.5.0-1 source package in Ubuntu
Changelog
maven-dependency-plugin (3.5.0-1) unstable; urgency=medium * Team upload. * New upstream release - Removed the patch - Depend on libmaven-dependency-tree-java (>= 3.2.1) - Depend on libmaven-artifact-transfer-java (>= 0.13) - Depend on commons-collections4 instead of commons-collections3 - New dependencies on libjetty9-java, libmockito-java and libmaven-resolver-transport-http-java * Depend on libmaven-parent-java * Standards-Version updated to 4.6.2 * Switch to debhelper level 13 -- Emmanuel Bourg <email address hidden> Tue, 10 Jan 2023 00:59:48 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | java | |
Lunar | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
maven-dependency-plugin_3.5.0-1.dsc | 2.8 KiB | fd48639c69eadb4028ba6baa15c9b912d4d2a6e289b8ef98078f5d77c10c0db2 |
maven-dependency-plugin_3.5.0.orig.tar.xz | 116.4 KiB | ed05467c1ae792c2938eb57cbc7cfd5b4244d3d16bf010cc2b8d0153caeae9cb |
maven-dependency-plugin_3.5.0-1.debian.tar.xz | 4.7 KiB | ae1e732d64ede342f994bd9c4bfa4845c79f5821f08b36fd6de7aa252b1a0d69 |
Available diffs
- diff from 3.1.1-1 to 3.5.0-1 (163.7 KiB)
No changes file available.
Binary packages built by this source
- libmaven-dependency-plugin-java: Maven Dependency 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
.
This plugin provides dependency manipulation (copy, unpack) and analysis.