I have a native binary (call it abc.so
) that I'd like my Java project to resolve through Maven (so it will be part of the classpath)
The spelling of the artifact name to be exactly abc.so
, not abc-[baseVersion].so
which maven seems to enforce
There does not appear to be a way to do this?
If I deploy the artifact to an Artifactory instance under some arbitrary path, without a base version, can I still point maven to resolve it correctly?