aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdan Binshtok <eb578m@intl.att.com>2017-10-18 08:28:15 +0300
committerEdan Binshtok <eb578m@intl.att.com>2017-10-18 08:28:15 +0300
commit46a752ff17a7e3a649c419a78e59ce08ef115062 (patch)
treedb5d0c82f791d8410a9fc4f52802db73b2db6f25
parent873b648ac8d3401a6f3a6e891a78a52560dd3310 (diff)
Add MVN and Update Tox
Add files needed for MVN build. Update tox definitions. Change-Id: I569a94a59cd2edc124387124e2b0b5877b7a4ef8 Issue-Id: VVP-28 Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
-rw-r--r--.maven-dockerignore2
-rw-r--r--[-rwxr-xr-x]Dockerfile0
-rw-r--r--[-rwxr-xr-x]LICENSE.TXT0
-rw-r--r--[-rwxr-xr-x]README.md0
-rw-r--r--[-rwxr-xr-x]config.xml0
-rw-r--r--[-rwxr-xr-x]pom.xml0
-rw-r--r--[-rwxr-xr-x]tox.ini4
7 files changed, 6 insertions, 0 deletions
diff --git a/.maven-dockerignore b/.maven-dockerignore
new file mode 100644
index 0000000..52d95d7
--- /dev/null
+++ b/.maven-dockerignore
@@ -0,0 +1,2 @@
+target/docker/
+
diff --git a/Dockerfile b/Dockerfile
index 1d7ecc5..1d7ecc5 100755..100644
--- a/Dockerfile
+++ b/Dockerfile
diff --git a/LICENSE.TXT b/LICENSE.TXT
index 53053c8..53053c8 100755..100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
diff --git a/README.md b/README.md
index 83cbe52..83cbe52 100755..100644
--- a/README.md
+++ b/README.md
diff --git a/config.xml b/config.xml
index 9032d1b..9032d1b 100755..100644
--- a/config.xml
+++ b/config.xml
diff --git a/pom.xml b/pom.xml
index ec16be1..ec16be1 100755..100644
--- a/pom.xml
+++ b/pom.xml
diff --git a/tox.ini b/tox.ini
index 08a975e..0f2f2db 100755..100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,3 +17,7 @@ basepython=python2.7
[testenv:py3]
basepython=python3.6
+
+[flake8]
+show-source = True
+exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build