Improvements in InMemoryDataTree benchmarking.
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ab46986476808eb7474c9a677e40a9e7f5b91d24..a0e081e02b2165653c26a3288670ee2e6f552229 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <module>restconf</module>
         <module>websocket</module>
         <module>yang</module>
-        <module>benchmarks</module>
       <!-- module>third-party</module -->
     </modules>
 
+    <profiles>
+      <profile>
+        <id>benchmarks</id>
+        <activation>
+          <activeByDefault>false</activeByDefault>
+        </activation>
+        <modules>
+          <module>benchmarks</module>
+        </modules>
+      </profile>
+    </profiles>
+
     <build>
         <pluginManagement>        
             <plugins>