Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: _Plugin Submission
-
Labels:None
-
Complexity:Intermediate
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
I would like to create a plugin that can read and rewrite the pom.
This could be used for things like:
- sorting and cleaning up dependencies (included in the patch)
- resolving plugin versions and adding the version numbers to the pom
- look for missing configuration like the scm or license and give a warning for the stuff that's missing
- general validation or other pom related tasks?
Since there appears to be no maven pom plugin for maven 2, maybe this can be the new maven pom plugin.
Attachments
Issue Links
| This issue is related to: | ||||
| MDEP-115 | Dependency sort mojo |
|
|
|
The Maven Help plugin may be a good place for this.