Comparing maven-install-plugin-3.1.1...maven-install-plugin-3.1.2 · apache/maven-install-plugin (original) (raw)
Commits on Mar 21, 2023
Commits on Mar 27, 2023
Commits on Apr 24, 2023
Commits on May 24, 2023
Commits on Oct 24, 2023
- Reversed inverse logic
- readingPomFromJarFile
simplyfied a lot.- replaced IOUtil.copy with Files.copy()
- Usage of try-with-resources instead of manually calling .close()
- Removed StringUtils replaced with a Predicate.
Configuration menu
Browse the repository at this point in the history
Commits on Jan 12, 2024
- [MINSTALL-197] Update to parent 41, cleanup (#61)
In general perform a cleanup of plugin, apply updates where needed. The plugin now builds against 3.9.x latest, and minimum is left as is (3.2.5).
A notable change along that above is removal of "baked in" packaging, now plugin relies completely and only on what project and artifact tells, there is no "if this is POM" check anymore. The new "BOM UT" shows this in action. Has to be noted though, that the UT tests ONLY the plugin, to use BOM packaging you need Maven that knows what it is (Maven 3 w/ extension or Maven 4 that has it OOTB).
https://issues.apache.org/jira/browse/MINSTALL-197
Configuration menu
Browse the repository at this point in the history
Commits on Apr 24, 2024
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history
Commits on Apr 25, 2024
- Configuration menu
Browse the repository at this point in the history - Configuration menu
Browse the repository at this point in the history