summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdan Binshtok <eb578m@intl.att.com>2017-10-18 08:17:54 +0300
committerEdan Binshtok <eb578m@intl.att.com>2017-10-18 08:17:54 +0300
commit59a9e189f886860075c621cdd1e240e909fcfba5 (patch)
tree20fbbfe0cfd59a21a6492401c13ee73674a42323
parent08c301ebf380dfe292cca86355c6110bd999940a (diff)
Add MVN and Update License
Add mvn docker file and update license Change-Id: If2bc96d80c5558873585447a02375075282f43bf Issue-Id: VVP-28 Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
-rw-r--r--.maven-dockerignore2
-rw-r--r--[-rwxr-xr-x]LICENSE.TXT0
-rw-r--r--[-rwxr-xr-x]RELEASE0
-rw-r--r--[-rwxr-xr-x]pom.xml0
-rw-r--r--[-rwxr-xr-x]tox.ini5
5 files changed, 7 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/LICENSE.TXT b/LICENSE.TXT
index 6391ddb..6391ddb 100755..100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
diff --git a/RELEASE b/RELEASE
index 68e3048..68e3048 100755..100644
--- a/RELEASE
+++ b/RELEASE
diff --git a/pom.xml b/pom.xml
index b0f8fc4..b0f8fc4 100755..100644
--- a/pom.xml
+++ b/pom.xml
diff --git a/tox.ini b/tox.ini
index 4e87efb..9447e78 100755..100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,3 +17,8 @@ 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
+