Skip to content
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

Add skipPoms configuration parameter #1348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hgschmie
Copy link

@hgschmie hgschmie commented Aug 4, 2022

Setting <skipPoms>true</skipPoms> will skip the prepare-agent and
prepare-agent-it execution in POM (non-code) projects. This is
desirable, however the default is false to be backwards compatible.

Setting `<skipPoms>true</skipPoms>` will skip the `prepare-agent` and
`prepare-agent-it` execution in POM (non-code) projects. This is
desirable, however the default is `false` to be backwards compatible.
@marchof
Copy link
Member

marchof commented Aug 4, 2022

Hi @hgschmie thanks for your contribution! Can you please elaborate what problem in what scenario is solved with this?

@hgschmie
Copy link
Author

hgschmie commented Aug 4, 2022

I am running this plugin as part of the build process and it keeps executing the agent goal (which is of no use) on my pom modules. Lots of other plugins either ignore or can be configured to ignore pom projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants