HONEYCOMB-195: increase v3po coverage over 80%. WIP
[honeycomb.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 15fd690..2d06472 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
-<groupId>io.fd.honeycomb</groupId>
+  <properties>
+    <nexusproxy>http://nexus.fd.io/content</nexusproxy>
+  </properties>
+
+   <groupId>io.fd.honeycomb</groupId>
   <artifactId>honeycomb-aggregator</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.16.12-SNAPSHOT</version>
   <name>honeycomb</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
+
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
+
   <modules>
     <module>common</module>
+    <module>infra</module>
+    <module>nsh</module>
+    <module>vpp-common</module>
+    <module>vpp-integration</module>
     <module>v3po</module>
+    <module>lisp</module>
+    <module>samples</module>
+    <module>tools</module>
   </modules>
-  <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 
+  <distributionManagement>
+    <repository>
+      <id>fdio-release</id>
+      <url>${nexusproxy}/repositories/fd.io.release/</url>
+    </repository>
+    <snapshotRepository>
+      <id>fdio-snapshot</id>
+      <url>${nexusproxy}/repositories/fd.io.snapshot/</url>
+    </snapshotRepository>
+  </distributionManagement>
 </project>