Prepare for mvn release:prepare release:perform operation
[controller.git] / opendaylight / distribution / opendaylight / pom.xml
index 4dc4e6fa2e35efee89a617b014eacda9d3678fdf..d44cfc5c0e150c9a51320ddbc80025d3b3995700 100644 (file)
     </repository>
   </repositories>
 
+  <profiles>
+    <profile>
+      <id>notduringrelease</id>
+      <activation>
+        <property>
+          <name>!DOINGRELEASE</name>
+        </property>
+      </activation>
+      <modules>
+        <!-- MD-SAL bundles -->
+        <module>../../sal/yang-prototype</module>
+      </modules>
+    </profile>
+  </profiles>
+
   <artifactId>distribution.opendaylight</artifactId>
   <version>0.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
@@ -80,9 +95,6 @@
     <module>../../sal/networkconfiguration/api</module>
     <module>../../sal/networkconfiguration/implementation</module>
 
-    <!-- MD-SAL bundles -->
-    <module>../../sal/yang-prototype</module>
-
     <!--  Web bundles -->
     <module>../../web/root</module>
     <module>../../web/flows</module>