You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typical Maven plugins skip missing source folders (compiler, resources, surefire, etc). This allows configuring them once in a parent POM or lifecyle. JCP fails the build if the source folder is missing.
Use case: we are using JCP in a big project with over 500 modules. Currently we define 2 executions: one for main and one for test sources. We want to configure JCP in the common parent POM to enable it in all modules by default, but it does not always work, because some modules do not have test sources.
Please make JCP Maven plugin ignore missing sources folders, or add a configuration parameter to ignore missing source folders.
I can implement the change and make a pull request if that will speed up things.
The text was updated successfully, but these errors were encountered:
I have published the snapshot version in the snapshot repository (which described in readme), if all is ok and there are not new ideas and issues during one-two weeks then I will release the plugin in the maven central
Typical Maven plugins skip missing source folders (compiler, resources, surefire, etc). This allows configuring them once in a parent POM or lifecyle. JCP fails the build if the source folder is missing.
Use case: we are using JCP in a big project with over 500 modules. Currently we define 2 executions: one for main and one for test sources. We want to configure JCP in the common parent POM to enable it in all modules by default, but it does not always work, because some modules do not have test sources.
Please make JCP Maven plugin ignore missing sources folders, or add a configuration parameter to ignore missing source folders.
I can implement the change and make a pull request if that will speed up things.
The text was updated successfully, but these errors were encountered: