commit | 5538d9e6ef2b1cee401f24cf872c1dc0d882a1ea | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@opennetworking.org> | Tue Aug 14 09:59:35 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Tue Aug 14 09:59:35 2018 -0700 |
tree | 11e86cdc047528487057acec1bb5efc632040927 | |
parent | b38701eb4af120faf0d72cf3018e8aa9f9239792 [diff] [blame] |
Adding creation and publishing of onos-build-conf.jar Change-Id: Ie6b83725e6c6c5f17a82603c510d5b4b10636e48
diff --git a/tools/build/conf/BUILD b/tools/build/conf/BUILD index 22a1ecf..1eb4fae 100644 --- a/tools/build/conf/BUILD +++ b/tools/build/conf/BUILD
@@ -21,3 +21,9 @@ srcs = [header_source], visibility = ["//visibility:public"], ) + +java_library( + name = "onos-build-conf", + resources = glob(["src/main/resources/onos/**"]), + visibility = ["//visibility:public"], +)