aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-17 09:16:28 -0500
committerDan Timoney <dtimoney@att.com>2017-02-17 09:19:18 -0500
commit6e9b2ff0b7a6c4d11083653234db07f1be745036 (patch)
tree9fe1a79f05a5d9258ab306eb7dd4533fcbe4f041
parentd8861011dc81160df81979d2bed9721447517f45 (diff)
Parent POM cleanup
Remove environment-specific settings from parent pom Change-Id: Id02e1009a51721c664ac88f5aa6f1f4ea9ad2c3e Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xrootpom/pom.xml59
1 files changed, 14 insertions, 45 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index b1fff92..3d7cc3a 100755
--- a/rootpom/pom.xml
+++ b/rootpom/pom.xml
@@ -9,51 +9,20 @@
<relativePath>../../../../../opendaylight/odlparent</relativePath>
</parent>
- <profiles>
- <profile>
- <id>local-build</id>
- <activation>
- <property>
- <name>internal</name>
- <value>!false</value>
- </property>
- </activation>
- <properties>
- <ssl.allowall>true</ssl.allowall>
- <ssl.insecure>true</ssl.insecure>
- <openecomp.nexus.host>162.242.254.138</openecomp.nexus.host>
- <openecomp.nexus.port>8443</openecomp.nexus.port>
- <openecomp.nexus.release-url>https://${openecomp.nexus.host}:8443/repository/maven-releases/</openecomp.nexus.release-url>
- <openecomp.nexus.snapshot-url>https://${openecomp.nexus.host}:8443/repository/maven-snapshots/</openecomp.nexus.snapshot-url>
- <openecomp.git.host>codecloud.web.att.com</openecomp.git.host>
- <openecomp.git.port>7999</openecomp.git.port>
- <openecomp.git.project>st_osecomp</openecomp.git.project>
- <openecomp.git.protocol>http</openecomp.git.protocol>
- </properties>
- </profile>
- <profile>
- <id>external-build</id>
- <activation>
- <property>
- <name>internal</name>
- <value>false</value>
- </property>
- </activation>
- <properties>
- <ssl.allowall>false</ssl.allowall>
- <ssl.insecure>false</ssl.insecure>
- <openecomp.nexus.host>ecomp-nexus</openecomp.nexus.host>
- <openecomp.nexus.port>8443</openecomp.nexus.port>
- <openecomp.nexus.release-url>https://${openecomp.nexus.host}:8443/repository/maven-releases/</openecomp.nexus.release-url>
- <openecomp.nexus.snapshot-url>https://${openecomp.nexus.host}:8443/repository/maven-snapshots/</openecomp.nexus.snapshot-url>
- <openecomp.git.host>10.208.194.49</openecomp.git.host>
- <openecomp.git.port>443</openecomp.git.port>
- <openecomp.git.project>openecomp</openecomp.git.project>
- <openecomp.git.protocol>https</openecomp.git.protocol>
- </properties>
- </profile>
-
- </profiles>
+ <!--
+ The following properties should be defined in your settings.xml file
+
+ <ssl.allowall>{Disable host name verification: true,false}</ssl.allowall>
+ <ssl.insecure>{Disable host name verification: true,false}</ssl.insecure>
+ <openecomp.nexus.host>{FQDN or IP address of nexus}</openecomp.nexus.host>
+ <openecomp.nexus.port>{port}</openecomp.nexus.port>
+ <openecomp.nexus.release-url>{URL for released artifacts}</openecomp.nexus.release-url>
+ <openecomp.nexus.snapshot-url>{URL for snapshot artifacts}</openecomp.nexus.snapshot-url>
+ <openecomp.git.host>{FQDN for OpenECOMP git/gerrit}</openecomp.git.host>
+ <openecomp.git.port>{port for OpenECOMP git/gerrit}</openecomp.git.port>
+ <openecomp.git.project>{git project}</openecomp.git.project>
+ <openecomp.git.protocol>{protocol to git server : ssh, http, https}</openecomp.git.protocol>
+-->
<properties>
<release-tag>R17.01</release-tag>