Issue Details (XML | Word | Printable)

Key: MOJO-928
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Paul Gier
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Mojo

Create a maven 2 pom plugin

Created: 12/Oct/07 10:42 AM   Updated: 15/Aug/08 04:00 AM
Component/s: _Plugin Submission
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive maven-pom-plugin.zip (17 kB)

Issue Links:
Related
 

Complexity: Intermediate
Testcase included: yes
Patch Submitted: Yes


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Paul Benedict added a comment - 25/Jun/08 12:52 PM
The Maven Help plugin may be a good place for this.

Paul Gier added a comment - 26/Jun/08 09:32 AM
I was thinking this one could be more for actually rewritting the pom, such as following format conventions, etc. Whereas the help plugin I think is more informational.

Mark Hobson added a comment - 15/Aug/08 04:00 AM
A related plugin has emerged in the sandbox, you may be interested in combining forces:
http://mojo.codehaus.org/versions-maven-plugin/