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>
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>