diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-09 09:26:17 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-09 09:26:24 -0500 |
commit | 02a86bddf5ccb93b6ef46b07b65079b90b97d034 (patch) | |
tree | d6e919538e659a18496a9237a4c068fdfeadf361 /pom.xml | |
parent | a969489e138c6fa44d468f05e8b27860c26c7578 (diff) |
Clean up pom.xml due to redesign
No need for this anymore as the staging builds won't work
anyway and this is in the settings.
Issue-ID: POLICY-623
Change-Id: I98a61be05d25083f595fb308bfefd942a02c8208
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -95,31 +95,6 @@ </site> </distributionManagement> - <repositories> - <!-- LF repositories --> - <repository> - <id>ecomp-releases</id> - <name>Release Repository</name> - <url>${nexusproxy}/content/repositories/releases/</url> - </repository> - <repository> - <id>ecomp-staging</id> - <name>Staging Repository</name> - <url>${nexusproxy}/content/repositories/staging/</url> - </repository> - <repository> - <id>ecomp-snapshots</id> - <name>Snapshots Repository</name> - <url>${nexusproxy}/content/repositories/snapshots/</url> - </repository> - <repository> - <id>ecomp-public</id> - <name>Public Repository</name> - <url>${nexusproxy}/content/repositories/public/</url> - </repository> - <!-- LF repositories END --> - </repositories> - <dependencyManagement> <dependencies> <dependency> |