kotlin-maven-plugin-tools
kotlin-maven-plugin-tools copied to clipboard
Bump maven-plugin-tools.version from 3.6.4 to 3.7.1
Bumps maven-plugin-tools.version from 3.6.4 to 3.7.1.
Updates maven-plugin-annotations from 3.6.4 to 3.7.1
Release notes
Sourced from maven-plugin-annotations's releases.
3.7.1
3.7.0
Bug
- [MPLUGIN-298] - The plugin descriptor generated by plugin:descriptor does not consider @ see javadoc taglets
- [MPLUGIN-394] - Report-Mojo doesn't respect input encoding
- [MPLUGIN-403] - Generating site reports for plugin results in NoSuchMethodError
- [MPLUGIN-404] - JDK Requirements in plugin-info.html: Consider property "maven.compiler.release"
- [MPLUGIN-420] - Parameters documentation inheriting @ since from Mojo can be confusing
- [MPLUGIN-428] - Don't emit warning for missing javadoc URL of primitives
- [MPLUGIN-429] - Don't emit warning for missing javadoc URI if no javadoc sources are configured
- [MPLUGIN-438] - Parameter description should be taken from annotated item
New Feature
- [MPLUGIN-9] - Add link to javadoc in configuration description page for user defined types of Mojos.
- [MPLUGIN-396] - Allow only @ Deprecated annotation without @ deprecated javadoc tag
- [MPLUGIN-400] - add system requirements history section
- [MPLUGIN-402] - report: allow to generate usage section in plugin-info.html with true
- [MPLUGIN-419] - Allow @ Parameter on setters methods
- [MPLUGIN-423] - Extract plugin report into its own plugin
- [MPLUGIN-427] - report: Expose generics information of Collection and Map types
Improvement
- [MPLUGIN-297] - plugin-info.html should contain a better Usage section
- [MPLUGIN-390] - Do not overwrite generate files with no content change
- [MPLUGIN-393] - Upgrade to JUnit 5 and @ Inject annotations
- [MPLUGIN-398] - Support for java 20 - ASM 9.4
- [MPLUGIN-405] - Don't print empty Memory, Disk Space in System Requirements
- [MPLUGIN-408] - simplification in helpmojo build
- [MPLUGIN-411] - Get rid of plexus-compiler-manager from tests
- [MPLUGIN-412] - Use Maven core artifacts in provided scope
- [MPLUGIN-417] - report and descriptor goal need to evaluate Javadoc comments differently
- [MPLUGIN-433] - Allow to reference aggregator javadoc from plugin report
Task
... (truncated)
Commits
52afb9f[maven-release-plugin] prepare release maven-plugin-tools-3.7.173065a1Set version to 3.7.1-SNAPSHOT17aabcc[MPLUGIN-452] Maven scope and module name logs at wrong level (#190)0f2c0d5[maven-release-plugin] prepare release maven-plugin-tools-3.7.076d99af[MPLUGIN-438] Parameter description should be taken from annotated item5b60490[MPLUGIN-435] Revert MPLUGIN-410. Drop@Parameter.implementation and keep it ...ebdb063[MPLUGIN-437] Fixes to the plugin descriptor generation (#167)339fc29[MPLUGIN-433] Allow to disable link validation (#162)a191579[MPLUGIN-422] Upgrade to plexus-utils 3.5.0 (#164)664c16e[MPLUGIN-431] Remove deprecated items from new maven-plugin-report-plugin- Additional commits viewable in compare view
Updates maven-plugin-tools-annotations from 3.6.4 to 3.7.1
Release notes
Sourced from maven-plugin-tools-annotations's releases.
3.7.1
3.7.0
Bug
- [MPLUGIN-298] - The plugin descriptor generated by plugin:descriptor does not consider @ see javadoc taglets
- [MPLUGIN-394] - Report-Mojo doesn't respect input encoding
- [MPLUGIN-403] - Generating site reports for plugin results in NoSuchMethodError
- [MPLUGIN-404] - JDK Requirements in plugin-info.html: Consider property "maven.compiler.release"
- [MPLUGIN-420] - Parameters documentation inheriting @ since from Mojo can be confusing
- [MPLUGIN-428] - Don't emit warning for missing javadoc URL of primitives
- [MPLUGIN-429] - Don't emit warning for missing javadoc URI if no javadoc sources are configured
- [MPLUGIN-438] - Parameter description should be taken from annotated item
New Feature
- [MPLUGIN-9] - Add link to javadoc in configuration description page for user defined types of Mojos.
- [MPLUGIN-396] - Allow only @ Deprecated annotation without @ deprecated javadoc tag
- [MPLUGIN-400] - add system requirements history section
- [MPLUGIN-402] - report: allow to generate usage section in plugin-info.html with true
- [MPLUGIN-419] - Allow @ Parameter on setters methods
- [MPLUGIN-423] - Extract plugin report into its own plugin
- [MPLUGIN-427] - report: Expose generics information of Collection and Map types
Improvement
- [MPLUGIN-297] - plugin-info.html should contain a better Usage section
- [MPLUGIN-390] - Do not overwrite generate files with no content change
- [MPLUGIN-393] - Upgrade to JUnit 5 and @ Inject annotations
- [MPLUGIN-398] - Support for java 20 - ASM 9.4
- [MPLUGIN-405] - Don't print empty Memory, Disk Space in System Requirements
- [MPLUGIN-408] - simplification in helpmojo build
- [MPLUGIN-411] - Get rid of plexus-compiler-manager from tests
- [MPLUGIN-412] - Use Maven core artifacts in provided scope
- [MPLUGIN-417] - report and descriptor goal need to evaluate Javadoc comments differently
- [MPLUGIN-433] - Allow to reference aggregator javadoc from plugin report
Task
... (truncated)
Commits
52afb9f[maven-release-plugin] prepare release maven-plugin-tools-3.7.173065a1Set version to 3.7.1-SNAPSHOT17aabcc[MPLUGIN-452] Maven scope and module name logs at wrong level (#190)0f2c0d5[maven-release-plugin] prepare release maven-plugin-tools-3.7.076d99af[MPLUGIN-438] Parameter description should be taken from annotated item5b60490[MPLUGIN-435] Revert MPLUGIN-410. Drop@Parameter.implementation and keep it ...ebdb063[MPLUGIN-437] Fixes to the plugin descriptor generation (#167)339fc29[MPLUGIN-433] Allow to disable link validation (#162)a191579[MPLUGIN-422] Upgrade to plexus-utils 3.5.0 (#164)664c16e[MPLUGIN-431] Remove deprecated items from new maven-plugin-report-plugin- Additional commits viewable in compare view
Updates maven-plugin-tools-api from 3.6.4 to 3.7.1
Release notes
Sourced from maven-plugin-tools-api's releases.
3.7.1
3.7.0
Bug
- [MPLUGIN-298] - The plugin descriptor generated by plugin:descriptor does not consider @ see javadoc taglets
- [MPLUGIN-394] - Report-Mojo doesn't respect input encoding
- [MPLUGIN-403] - Generating site reports for plugin results in NoSuchMethodError
- [MPLUGIN-404] - JDK Requirements in plugin-info.html: Consider property "maven.compiler.release"
- [MPLUGIN-420] - Parameters documentation inheriting @ since from Mojo can be confusing
- [MPLUGIN-428] - Don't emit warning for missing javadoc URL of primitives
- [MPLUGIN-429] - Don't emit warning for missing javadoc URI if no javadoc sources are configured
- [MPLUGIN-438] - Parameter description should be taken from annotated item
New Feature
- [MPLUGIN-9] - Add link to javadoc in configuration description page for user defined types of Mojos.
- [MPLUGIN-396] - Allow only @ Deprecated annotation without @ deprecated javadoc tag
- [MPLUGIN-400] - add system requirements history section
- [MPLUGIN-402] - report: allow to generate usage section in plugin-info.html with true
- [MPLUGIN-419] - Allow @ Parameter on setters methods
- [MPLUGIN-423] - Extract plugin report into its own plugin
- [MPLUGIN-427] - report: Expose generics information of Collection and Map types
Improvement
- [MPLUGIN-297] - plugin-info.html should contain a better Usage section
- [MPLUGIN-390] - Do not overwrite generate files with no content change
- [MPLUGIN-393] - Upgrade to JUnit 5 and @ Inject annotations
- [MPLUGIN-398] - Support for java 20 - ASM 9.4
- [MPLUGIN-405] - Don't print empty Memory, Disk Space in System Requirements
- [MPLUGIN-408] - simplification in helpmojo build
- [MPLUGIN-411] - Get rid of plexus-compiler-manager from tests
- [MPLUGIN-412] - Use Maven core artifacts in provided scope
- [MPLUGIN-417] - report and descriptor goal need to evaluate Javadoc comments differently
- [MPLUGIN-433] - Allow to reference aggregator javadoc from plugin report
Task
... (truncated)
Commits
52afb9f[maven-release-plugin] prepare release maven-plugin-tools-3.7.173065a1Set version to 3.7.1-SNAPSHOT17aabcc[MPLUGIN-452] Maven scope and module name logs at wrong level (#190)0f2c0d5[maven-release-plugin] prepare release maven-plugin-tools-3.7.076d99af[MPLUGIN-438] Parameter description should be taken from annotated item5b60490[MPLUGIN-435] Revert MPLUGIN-410. Drop@Parameter.implementation and keep it ...ebdb063[MPLUGIN-437] Fixes to the plugin descriptor generation (#167)339fc29[MPLUGIN-433] Allow to disable link validation (#162)a191579[MPLUGIN-422] Upgrade to plexus-utils 3.5.0 (#164)664c16e[MPLUGIN-431] Remove deprecated items from new maven-plugin-report-plugin- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)