Generate a test rule to run checkstyle for an onos jar file

Change-Id: I21da8d353d592de847cc019875baa59786500cfe
diff --git a/tools/build/bazel/generate_workspace.bzl b/tools/build/bazel/generate_workspace.bzl
index c41008e..39ccf93 100644
--- a/tools/build/bazel/generate_workspace.bzl
+++ b/tools/build/bazel/generate_workspace.bzl
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Wed, 13 Jun 2018 22:38:28 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Tue, 19 Jun 2018 22:30:34 GMT. Do not edit this file manually. *****
 # ***** Use onos-lib-gen *****
 
 load("//tools/build/bazel:variables.bzl", "ONOS_GROUP_ID", "ONOS_VERSION")
@@ -143,6 +143,12 @@
     )
 
     native.maven_jar(
+        name = "commons_cli",
+        artifact = "commons-cli:commons-cli:1.3",
+        sha1 = "a48653b6bcd06b5e61ed63739ca601701fcb6a6c",
+    )
+
+    native.maven_jar(
         name = "commons_collections",
         artifact = "commons-collections:commons-collections:3.2.2",
         sha1 = "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5",
@@ -1141,6 +1147,12 @@
     )
 
     native.java_library(
+        name = "commons_cli",
+        visibility = ["//visibility:public"],
+        exports = ["@commons_cli//jar"],
+    )
+
+    native.java_library(
         name = "commons_collections",
         visibility = ["//visibility:public"],
         exports = ["@commons_collections//jar"],
@@ -2100,6 +2112,7 @@
 artifact_map[str(Label("@asm//jar"))] = "mvn:org.ow2.asm:asm:jar:5.0.4"
 artifact_map[str(Label("@atomix//jar"))] = "mvn:io.atomix:atomix:jar:2.0.22"
 artifact_map[str(Label("@commons_codec//jar"))] = "mvn:commons-codec:commons-codec:jar:1.10"
+artifact_map[str(Label("@commons_cli//jar"))] = "mvn:commons-cli:commons-cli:jar:1.3"
 artifact_map[str(Label("@commons_collections//jar"))] = "mvn:commons-collections:commons-collections:jar:3.2.2"
 artifact_map[str(Label("@commons_configuration//jar"))] = "mvn:commons-configuration:commons-configuration:jar:1.10"
 artifact_map[str(Label("@commons_io//jar"))] = "mvn:commons-io:commons-io:jar:2.6"