-
Notifications
You must be signed in to change notification settings - Fork 17
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
Extend support to effective POM (multi project) #9
Comments
Sounds like something that could be added. Do you have any official documentation regarding the structure that I can look at? Otherwise you can always create the wrapper structure locally while reusing the Project defined in this repo inside. Something like below: type Projects struct {
Projects []gopom.Project `xml:"project"`
} |
Yeah I didn't find an official document, but I will paste here what I generated for a multi module project as a future feature request. Thanks!
I |
Hello! I appreciated that someone has built this super handy libarary that I found helpful for paring POMs.
TLDR I wanted to check if there's plan that this library would be extended to support multi project POM like the following one:
This is super useful for multi module projects that would have multiple projects and artifacts and the effective POM would be used for analysis, authentication setups, etc.
The text was updated successfully, but these errors were encountered: