forget to add the property for nexus proxy 59/459/2
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 15 Feb 2017 20:55:56 +0000 (15:55 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 15 Feb 2017 21:30:33 +0000 (16:30 -0500)
Change-Id: If5411109a27eb4f1cf3573a5b857704e16329705
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9bf0003..2ee4cd5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
                <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
                <sonar.projectVersion>${project.version}</sonar.projectVersion>
                <common-modules.version>[1.0.0-SNAPSHOT]</common-modules.version>
+               <nexusproxy>https://nexus.openecomp.org</nexusproxy>
        </properties>
 
 
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-clean-plugin</artifactId>
                                <version>2.4.1</version>
-                               <configuration>
-                                       <filesets>
-                                               <fileset>
-                                                       <directory>${project.basedir}/SWM/pdp-package/swmstage/nix/dist_files/opt/app/policyengine/pdp/webapps/</directory>
-                                                       <includes>
-                                                               <include>**/*</include>
-                                                       </includes>
-                                                       <followSymlinks>false</followSymlinks>
-                                               </fileset>
-                                               <fileset>
-                                                       <directory>${project.basedir}/SWM/pdp-package/swmstage/nix/dist_files/opt/app/policyengine/pdp/lib/</directory>
-                                                       <includes>
-                                                               <include>**/*</include>
-                                                       </includes>
-                                                       <followSymlinks>false</followSymlinks>
-                                               </fileset>
-                                       </filesets>
-                               </configuration>
                        </plugin>
                        <!-- license plugin Run mvn clean before running from the command line 
                                mvn license:update-file-header -->