commit | 00fc0b701e76e881276f18db1146020e445f1113 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Wed Jul 24 20:31:14 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Thu Jul 25 14:20:23 2013 -0700 |
tree | afb1632e7427c50503691c2e0ce1ff502dfb492b | |
parent | ac285ba5ecbd151eabd1f9265b33eaeea23086b6 [diff] |
Make: add maven build for java
diff --git a/Makefile b/Makefile index c0cc473..556b44e 100644 --- a/Makefile +++ b/Makefile
@@ -70,6 +70,7 @@ .loxi_ts.java: ${LOXI_JAVA_FILES} ${LOXI_TEMPLATE_FILES} ${INPUT_FILES} ./loxigen.py --install-dir=${LOXI_OUTPUT_DIR} --lang=java + cd loxi_output/openflowj; mvn package touch $@