diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-21 00:15:31 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-21 00:18:55 -0400 |
commit | 2b3c5dd424520606c8ad3af4a97af92a4349e4aa (patch) | |
tree | 2cf7b8fd8421f613d0a72addd7f6826a5c981457 /aai-auth/pom.xml | |
parent | 69458d2533e9e158d606aa3af9708f91a065c32e (diff) |
Fix the site path so it didn't get overwritten
Issue-ID: AAI-76
Change-Id: I0e6f0041b09a3208f88bed577b91ed8b37ec86e2
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-auth/pom.xml')
-rw-r--r-- | aai-auth/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index b670305a..219a8acf 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -13,7 +13,6 @@ <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> - <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> </properties> @@ -68,12 +67,6 @@ </plugins> </build> - <distributionManagement> - <site> - <id>ecomp-site</id> - <url>dav:${onap.nexus.url}${sitePath}</url> - </site> - </distributionManagement> <reporting> <plugins> <plugin> |