Open dizzzz opened 4 months ago
I use
<nvdApiKey>${nvdApiKey}</nvdApiKey>
in my pom and
<profiles>
<profile>
<id>nvd</id>
<properties>
<nvdApiKey>very secret</nvdApiKey>
</properties>
</profile>
</profiles>
<activeProfiles>
<activeProfile>nvd</activeProfile>
</activeProfiles>```
in my settings.xml. Works perfectly
See https://github.com/eXist-db/exist/pull/5386#pullrequestreview-2213848657
I tried a lot, for develop all works OK, for 6xx is it not....