Merge "Add license in missing .http and .properties files"
[externalapi/nbi.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6d048c0..555a218 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                </repository>
        </repositories>
 
+       <distributionManagement>
+               <repository>
+                       <id>ecomp-releases</id>
+                       <name>Release Repository</name>
+                       <url>${nexusproxy}/${releaseNexusPath}</url>
+               </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>Snapshot Repository</name>
+                       <url>${nexusproxy}/${snapshotNexusPath}</url>
+               </snapshotRepository>
+       </distributionManagement>
+
        <licenses>
                <license>
                        <name>Apache2</name>