From: Areli Fuss Date: Tue, 17 Oct 2017 08:20:18 +0000 (+0300) Subject: Update code and build configuration X-Git-Tag: 2.0.0-ONAP~29^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4cdbf20a3b37d23c8cf2d8182581ee1007d69963;p=vvp%2Fgitlab.git Update code and build configuration Update code and add configuration for JJB build Change-Id: Ia335840efe34314dc157494a583ed40dbdb978d5 Issue-Id: VVP-25 Signed-off-by: Areli Fuss --- 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 old mode 100755 new mode 100644 diff --git a/RELEASE b/RELEASE old mode 100755 new mode 100644 diff --git a/pom.xml b/pom.xml old mode 100755 new mode 100644 diff --git a/tox.ini b/tox.ini old mode 100755 new mode 100644 index 4e87efb..9447e78 --- 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 +