I would like to set the values for Specification-Vendor and Implementation Vendor such that they are set when my code is run without having been packaged into a jar file.
In the jar file I can add them to the manifest.mf file but when debugging in Intellij or running the mvn test phase these values are not picked up from the unpackaged META-INF directory.