Skip to content

Commit fcbdcdc

Browse files
authored
Fully qualify label (#148)
1 parent fd68263 commit fcbdcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/maven.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ fi
211211
# load the configured classifier to use for jar artifacts, this classifier is
212212
# be used for jars processed below by this script, and it is added to generated
213213
# pom.xml files referencing those jars
214-
jar_artifact_classifier=$(bazel run //misc:configvalueloader -- --key artifact.jar_classifier --default None)
214+
jar_artifact_classifier=$(bazel run @pomgen//misc:configvalueloader -- --key artifact.jar_classifier --default None)
215215

216216

217217
for action in $(echo $actions | tr "," "\n")

0 commit comments

Comments
 (0)