Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simontoens authored Jan 27, 2021
1 parent 9c5d800 commit e18d409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Overview

The set of scripts in this repository provides a solution for:
- Generating pom.xml files for jars built built by Bazel's ```java_library``` rule
- Generating pom.xml files for jars built built by Bazel (typically ```java_library``` or ```java_binary``` rules)
- Uploading the pom.xmls and jars to a Maven Artifact Repository such as Nexus (or installing them into the local Maven Repository at ~/.m2/repository)

pomgen does not run as part of the Bazel build - therefore Bazel BUILD files can remain free of pom.xml related metadata.
Expand Down

0 comments on commit e18d409

Please sign in to comment.