Closed MikeEdgar closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Since it's the same profile and we reference it from the root pom.xml, what about moving it up to root?
I considered that but I didn't like that it would be added to all the other modules via the parent.
Couple questions
I considered that but I didn't like that it would be added to all the other modules via the parent.
why we do not want for all the modules?
since we use the profile in release, the metadata file as u were saying will show up in the image anyways, then what are we gaining by putting it in profile?
why we do not want for all the modules?
It's only sync and operator that need it when doing a JIB image build. The others like api, common, and the test modules don't use it for anything.
since we use the profile in release, the metadata file as u were saying will show up in the image anyways, then what are we gaining by putting it in profile?
The release profile is used for GitHub releases, but we don't use that profile for the product build.
This seems to be the configuration that will allow us to skip the JIB processing when needed.