diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-30 11:33:56 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-08-30 11:33:56 -0700 |
commit | 53f0cf8bcadb39fbe01e673418bc02573a064f3c (patch) | |
tree | 9d88251aedd22701fb72d85f12d02c8cc1b60939 | |
parent | f7ee34dce0f9a6a4ea11bc0daac28fffc4de2a99 (diff) |
Temporarily disable version-check-maven-plugin
Temporarily disable version-check-maven-plugin until we resolve
the proxy issue.
Change-Id: Idbf05d0c22388665ecc2dc321a5126493bede1c6
Issue-id: INT-125
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | oparent/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 9d66682..820e8e2 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -498,10 +498,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> </plugin> - <plugin> - <groupId>org.onap.oparent</groupId> - <artifactId>version-check-maven-plugin</artifactId> - </plugin> </plugins> </build> </project> |