Bring some reliability in the eclipse and maven mixed builds
[controller.git] / opendaylight / md-sal / pom.xml
index 1ff7f2dc302e1218f8a494cdb0b4f0c9811a7548..99ce4933b5483a8f2eaccd0c09332ea63b1d2ae8 100644 (file)
                 <module>test</module>
             </modules>
         </profile>
+        <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>
     </profiles>
 
     <properties>