maven-resources-plugin 3.3.0-1 source package in Ubuntu
Changelog
maven-resources-plugin (3.3.0-1) unstable; urgency=medium * Team upload. * New upstream release - Removed the patch - Depend on libmaven-filtering-java (>= 3.3.0) - New dependency on libplexus-component-annotations-java - Depend on the maven-plugins parent pom - Modified the pom to set the version for all dependencies -- Emmanuel Bourg <email address hidden> Fri, 16 Dec 2022 14:25:50 +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 | devel | |
Lunar | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
maven-resources-plugin_3.3.0-1.dsc | 2.4 KiB | 5e29d164aebb9e2ccb6e29d673b0ea547c588157aa5648de1670f8c8bb9bba1e |
maven-resources-plugin_3.3.0.orig.tar.xz | 749.5 KiB | 4cffe87da877ab13647274f65446c667007fb13ad23852cdff08e0019cb87ce5 |
maven-resources-plugin_3.3.0-1.debian.tar.xz | 4.3 KiB | e991902667dc27122ee1060cff9ffae688aa63c245a9e7289eef9d4de3d6d0df |
Available diffs
- diff from 3.1.0-1 to 3.3.0-1 (13.3 KiB)
No changes file available.
Binary packages built by this source
- libmaven-resources-plugin-java: Maven resources 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 Resources Plugin handles the copying of project resources to the output
directory.