We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
working on input location tracking for Maven model and its display in help:effective-pom (see https://issues.apache.org/jira/browse/MPH-160)
plugins configuration are stored as Xpp3Dom objects read by Xpp3DomBuilder: we need input location tracking at that level
Xpp3Dom
Xpp3DomBuilder
we need also to keep input location while merging with Xpp3Dom.mergeXpp3Dom(...)
Xpp3Dom.mergeXpp3Dom(...)
The text was updated successfully, but these errors were encountered:
#61 add input location support when building XPP3 DOM
2d07bf7
#61 keep input location while merging
0eaf19a
26cc2bf
dd8d35a
#62 merged to master
Sorry, something went wrong.
f3f453e
751b1b4
hboutemy
No branches or pull requests
working on input location tracking for Maven model and its display in help:effective-pom (see https://issues.apache.org/jira/browse/MPH-160)
plugins configuration are stored as
Xpp3Dom
objects read byXpp3DomBuilder
: we need input location tracking at that levelwe need also to keep input location while merging with
Xpp3Dom.mergeXpp3Dom(...)
The text was updated successfully, but these errors were encountered: