commit | 53dfaf2d3524ae4539732acff8646f1375ad4004 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Tue Sep 10 20:05:35 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Tue Sep 10 20:06:23 2013 -0700 |
tree | c0505e33ebb094403abe81d413cb9134748f7b97 | |
parent | 851e2496a8eebf372bbc372b8aca6028b01fa4be [diff] [blame] |
java_gen/pom.xml: add link to test maven repo
diff --git a/Makefile b/Makefile index c99ae0b..57fdec5 100644 --- a/Makefile +++ b/Makefile
@@ -113,6 +113,9 @@ package-java: java cd ${LOXI_OUTPUT_DIR}/openflowj/ && mvn package +deploy-java: java + cd ${LOXI_OUTPUT_DIR}/openflowj/ && mvn deploy + pylint: pylint -E ${LOXI_PY_FILES}