You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
## Overview
6
6
7
7
The set of scripts in this repository provides a solution for:
8
-
- Generating pom.xml files for jars built built by Bazel's ```java_library```rule
8
+
- Generating pom.xml files for jars built built by Bazel (typically ```java_library```or ```java_binary``` rules)
9
9
- 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)
10
10
11
11
pomgen does not run as part of the Bazel build - therefore Bazel BUILD files can remain free of pom.xml related metadata.
0 commit comments