Extracted Trellis from ONOS

Removed bazel related files
Added pom.xml and essential files

Change-Id: I6a36460f35cbc35ce515342492ff4092c5ab421f
15 files changed
tree: b30888c2ae804f6a02d30f2fce6fcaaf43c6f4fa
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. LICENSE.txt
  5. README.md
  6. app/
  7. oar/
  8. pom.xml
  9. web/
README.md

Trellis Control Application

Build

docker run -it --rm -v $HOME/.m2:/root/.m2 -v $PWD:/root/trellis-control -w /root/trellis-control maven:3.6.3-openjdk-11 mvn clean install

The OAR file can be located under app/target and web/target