Issue Details (XML | Word | Printable)

Key: MPJIRA-13
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Carlos Sanchez
Reporter: Michael Franken
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x JIRA Plugin

Update plugin to fix outstanding issues and more

Created: 10/Aug/05 09:26 AM   Updated: 12/Aug/05 02:05 PM   Resolved: 12/Aug/05 02:05 PM
Return to search
Component/s: None
Affects Version/s: 1.1.2
Fix Version/s: 1.2

Time Tracking:
Not Specified

File Attachments: 1. Text File maven-jira-plugin-patch.txt (35 kB)
2. Text File maven-jira-plugin-patch2.txt (50 kB)

Issue Links:
Supercedes
 


 Description  « Hide

I've updated the maven-jira-plugin, and fixed issues MPJIRA-4, MPJIRA-5, MPJIRA-6, MPJIRA-8 and MPJIRA-11. Patch is attached. I've used parts of the patch that was supplied by Dr. Spock (MPJIRA-8). I hope this patch gets some serious attention. Documentation is complete.



Michael Franken added a comment - 12/Aug/05 04:30 AM

this is an updated version of the patch, it includes a properties.xml and some other minor improvements as well
you can ignore the first patch.

create the plugin with:
maven clean plugin plugin:install

create site documentation with:
maven site

it will create version 1.2 of the plugin


Carlos Sanchez added a comment - 12/Aug/05 11:32 AM

You have to understand that small patches are easier to apply, instead of a complete rewrite of the plugin, that will need a closer look to review nd take a lot more time.


Michael Franken added a comment - 12/Aug/05 01:01 PM

I understand that, but it's not a complete rewrite as you'll see. You can verify tthe correct working by running the test, just install the plugin locally and run maven site on the project. If you need help please let me know.


Carlos Sanchez added a comment - 12/Aug/05 02:05 PM

Patch applied with some changes. Not fully tested, but applied so people can test and improve. At least there are some visualization issues with table columns.
You can't expect us to change the way plugins work, removing extension from parent and so.
This patch doesn't fix MPJIRA-4 nor MPJIRA-5