Fixed two-phase commit bug when change originated in DOM Broker
[controller.git] / opendaylight / commons / opendaylight / pom.xml
index 2a818067cec223101b907c90a79d4a4f84cea622..8feb1600b5f9c84e444f3a060d84ae418e1015f9 100644 (file)
   </pluginRepositories>
 
   <profiles>
+    <profile>
+      <id>IDE</id>
+      <activation>
+        <property>
+          <name>m2e.version</name>
+        </property>
+      </activation>
+      <build>
+        <!-- Put the IDE's build output in a folder other than target, so that IDE builds don't interact with Maven builds -->
+        <directory>target-ide</directory>
+      </build>
+    </profile>
     <profile>
       <id>viewbuild</id>
       <activation>
       </plugins>
     </pluginManagement>
   </build>
-
-  <dependencies>
-  </dependencies>
 </project>