diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-10-05 16:24:49 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-10-05 16:24:49 +0100 |
commit | 897b6ba5f6cc528ba22b78a111d4d02e4e4de068 (patch) | |
tree | 79d0a64a94458d1c7043aa6f58429df3e2e98265 /sidecar | |
parent | ade220755ad076b102272e051a209edaa291b621 (diff) |
Remove pom property preventing fproxy deploy
rproxy sonar job is failing because fproxy artifact is not being
deployed.
Change-Id: I32d1b52e9420f76c0c1e27e0c87a2ecb5996e864
Issue-ID: AAF-528
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'sidecar')
-rw-r--r-- | sidecar/fproxy/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index 55221b9..9e9410b 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -41,7 +41,6 @@ <!-- Spring boot version --> <spring.boot.version>2.0.3.RELEASE</spring.boot.version> <docker.location>${basedir}/target</docker.location> - <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> </properties> <dependencyManagement> |