diff options
author | Jimmy Forsyth <jf2512@att.com> | 2017-03-02 17:45:01 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2017-03-02 17:45:01 -0500 |
commit | 7132705c7dfbd3815a80c6e2ef13bdd35f7abac9 (patch) | |
tree | 2d665ecdd3b2aa2e1b47413e1e891a92e3017e1b /vid | |
parent | 1b7203386e3d89a2e07d8c0020a50bf247884dd0 (diff) |
[OS-144] Fixing dist repos
Change-Id: I92ff28ed04084421d35de76382d1b7e42746057c
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'vid')
-rw-r--r-- | vid/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vid/pom.xml b/vid/pom.xml index 46e04ade..fb140aea 100644 --- a/vid/pom.xml +++ b/vid/pom.xml @@ -56,6 +56,24 @@ </repositories> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>VID Release Repository</name> + <url>${nexusproxy}/${releaseNexusPath}</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>VID Snapshot Repository</name> + <url>${nexusproxy}/${snapshotNexusPath}</url> + </snapshotRepository> + <!-- added for javadoc --> + <site> + <id>ecomp-javadoc</id> + <url>dav:${nexusproxy}/content/repositories/vid-javadoc/${project.version}</url> + </site> + </distributionManagement> + <profiles> <!-- disable doclint, a new feature in Java 8, when generating javadoc --> <profile> |