-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Maven Model to 3.5.3 #12
base: master
Are you sure you want to change the base?
Conversation
@jdcasey can you review it? |
@rnc Are you okay with refactoring PME to use jdom2? That seems like it might be a significant change... @gastaldi I think we need to do some looking into what this will affect. It's not the change in this project so much as the change to the jdom dep that will be complicated. We might even need to branch the project to support both, then plan a migration path off of the old jdom. |
@jdcasey Actually I think the README is out of date - the project already uses 2.0.6. Further PME has a direct dependency on jdom 2.0.6 so I think we should be fine :-) |
Just realized that
This profile is still used, right? |
Commit d0627ff fixes the error above, but fails to compile the classes since the generated code uses JDom 1.x |
I removed the README changes and rebased the PR |
Although it would be really nice to move back to using Jdom 1.x, since Maven still uses that |
@gastaldi Ok, it's been awhile, I guess I lost track. Looking at your comments, I think we might run into problems with code fixes that have been applied since the model was generated. We'll need to get the generate stuff running, then re-apply patches that were committed since the last time we range generate. This will probably be a matter of looking back through the commit log until we hit a point where there were huge changes to the model classes, and then analyzing changes since. I have a feeling we haven't regenerated this project since initially committing the generated model to the Git repo. |
That's fine, feel free to reject this PR if necessary. |
No description provided.