We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd68263 commit fcbdcdcCopy full SHA for fcbdcdc
maven/maven.sh
@@ -211,7 +211,7 @@ fi
211
# load the configured classifier to use for jar artifacts, this classifier is
212
# be used for jars processed below by this script, and it is added to generated
213
# pom.xml files referencing those jars
214
-jar_artifact_classifier=$(bazel run //misc:configvalueloader -- --key artifact.jar_classifier --default None)
+jar_artifact_classifier=$(bazel run @pomgen//misc:configvalueloader -- --key artifact.jar_classifier --default None)
215
216
217
for action in $(echo $actions | tr "," "\n")
0 commit comments