Details
Description
Would it be possible to enable support for running cargo goal on a parent pom and then running the goal on each of the child modules. At the moment it fails as the parent does not have a cargo plugin definition.
The new module should be able to silently ignore any modules without a cargo configuration.
The goal would succeed if there was at least one module which succeeeded.
Paul
Issue Links
- relates to
-
CARGO-481
Add a <skip> configuration element that allows you to skip plugin's execution
-
Can you please elaborate how this would work?