Is there a way to override the artifact name gener...
# general
d
Is there a way to override the artifact name generated for the “publish” goal. Current set of override arguments seems to be ignored. Command I am using
Copy code
PEX_VERSION=1 ./pants publish.jar -ldebug --override=com.foo.bar#baz=0.1.2 --doc-scaladoc-combined=false --doc-javadoc-combined=false --publish-jar-transitive=false --publish-jar-override="com.foo.bar#test-sj=1.0.0" --publish-jar-dryrun=false --force=true src/jvm/...
Thanks