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
Currently, the plugin configuration is not parsed.
Example:
<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins>
The current gopom implementation doesn't let you get configurations for a plugin.
The text was updated successfully, but these errors were encountered:
You are correct, we are currently not parsing the configuration even though we should.
Feel free to create a PR with the fix. Unfortunately I will not have time to fix this myself for a couple of weeks.
Sorry, something went wrong.
The fix for this is now available in version v0.2.2 thanks to @akadir
Successfully merging a pull request may close this issue.
Currently, the plugin configuration is not parsed.
Example:
The current gopom implementation doesn't let you get configurations for a plugin.
The text was updated successfully, but these errors were encountered: