Fix pom and remove build scripts 83/37583/3
authorLusheng Ji <lji@research.att.com>
Wed, 21 Mar 2018 20:42:36 +0000 (16:42 -0400)
committerLusheng Ji <lji@research.att.com>
Thu, 22 Mar 2018 15:55:57 +0000 (15:55 +0000)
commit44fb17137fe5c0c2f080c560b4c89c002f4a355d
tree68d7ab2483b846cb20da820ffad0db2348e38f65
parentec0cf09f662c44f2ac115166ce61020202ac3d26
Fix pom and remove build scripts

Making the following changes for the CICD integartion.
1. Remove the mvn-phase* scripts.  These scripts are hooks for
building non-Java project.  This appeasr to be a Java project.
Native mvn methods should be enough.
2. Changed artifact ID in pom.  LF CICD syste requires group ID
and artifact ID matches with the repo path.  Otherwise deploying
to Nexus will be blocked.
3. Removed duplicated (older version) Jetty servelet dependency
calling in pom.

Issue-ID: DCAEGEN2-206
Change-Id: I614b9b11419ae091a452ef23fda6a318347ae8e9
Signed-off-by: Lusheng Ji <lji@research.att.com>
mvn-phase-lib.sh [deleted file]
mvn-phase-script.sh [deleted file]
pom.xml