| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Some Maven plugins are not needed during releases. Let's use profiles to avoid requiring the plugins unnecessarily.
| </dependencies> | ||
| <profiles> | ||
| <profile> | ||
| <id>animal-sniffer</id> |
There was a problem hiding this comment.
Isn't this already declared in the parent pom?
Sorry, something went wrong.
| </profile> | ||
|
|
||
| <profile> | ||
| <id>clirr-compatibility-check</id> |
There was a problem hiding this comment.
Would it make sense to combine clirr-compatibility-check and animal-sniffer under one profile like compatibility-checks?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Some Maven plugins are not needed during releases. Let's use
profiles to avoid requiring the plugins unnecessarily.