Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/2318#issuecomment-54932687
@vanzin So yeah, it doesn't have a `skip` configuration, darn. How about
this?
- Declare plugin in `<pluginManagement>` in the parent with all
`<configuration>`
- _Omit_ `<goals>` in this parent POM declaration
- In children, repeat the `<plugin>` declaration in `<build>`, without
`<configuration>`, but with an `<execution>` with the same `<id>` that adds the
`<goals>`
The idea is that you can't avoid the plugin being active but can wait to
connect the `install-file` goal to a phase until the children. It might be
sufficient to just omit `<phase>` until the children.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]