aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-15 15:55:56 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-15 16:30:33 -0500
commitf7ebd5c56f218843324488a4dd648a862b0ac175 (patch)
treec11e5e959ea94031f0374a600747c07e4609ccd5
parent2a66a1b33430074cf17f8d85e04e74c732e84a82 (diff)
forget to add the property for nexus proxy
Change-Id: If5411109a27eb4f1cf3573a5b857704e16329705 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 9bf000377..2ee4cd58f 100644
--- 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>
@@ -122,24 +123,6 @@
<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 -->