Make affinity data structures serializable, cloneable.
[affinity.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7c1bdbe992bc475142bee31b415a81cc1d965353..4f1240221e19c4263b3ebe60ba53178010c5051b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </dependency>
         </dependencies>
       </plugin>
+<!--      <plugin>
+        <groupId>org.codehaus.enunciate</groupId>
+        <artifactId>maven-enunciate-plugin</artifactId>
+        <version>${enunciate.version}</version>
+        <executions>
+          <execution>
+            <configuration>
+              <configFile>enunciate.xml</configFile>
+            </configuration>
+            <goals>
+              <goal>docs</goal>
+            </goals>
+          </execution>
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>commons.logback_settings</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+          </dependency>
+        </dependencies>
+      </plugin> -->
     </plugins>
   </build>
     <reporting>
             </plugin>
         </plugins>
     </reporting>
+
+    <profiles>
+    <profile>
+      <id>docs</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <modules>
+        <module>analytics/northbound</module>
+        <module>affinity/northbound</module>
+        <module>flatl2/northbound</module>
+      </modules>
+    </profile>
+    </profiles>
 </project>