Skip to content

Commit

Permalink
Also emit a workable pom
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Apr 14, 2022
1 parent 1f5df27 commit 80ee6fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sonatype_artifact_bundle(
artifact_id = "closure-compiler-unshaded",
jar = ":compiler_unshaded",
javadoc = ":compiler_lib_no_runtime_libs.javadoc",
pom = "maven/closure-compiler-unshaded.pom.xml",
pom = ":compiler_unshaded-pom",
sources = ":compiler_lib_no_runtime_libs.sources",
)

Expand Down Expand Up @@ -89,6 +89,7 @@ java_export(
runtime_deps = [
"//:compiler_lib",
],
pom_template = "maven/closure-compiler-unshaded.pom.xml.tpl"
)

java_binary(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
<relativePath>closure-compiler-main.pom.xml</relativePath>
</parent>
<dependencies>
{generated_bzl_deps}
{dependencies}
</dependencies>
</project>

0 comments on commit 80ee6fb

Please sign in to comment.