Remove target-ide override 51/35051/2
authorRobert Varga <rovarga@cisco.com>
Fri, 19 Feb 2016 09:55:09 +0000 (10:55 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 19 Feb 2016 11:00:21 +0000 (11:00 +0000)
This was here for historic reasons. The interaction between IDE and
command-line maven are under-defined and this does not really solve
anything.

Change-Id: I77978199113f458e483a87241bf267975b4d9de3
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/commons/opendaylight/pom.xml

index d87e8eea559d5dcad8ad04fa504cdf633cdd9bcd..a794385218a13432cd846736b1b5e396ad24b7d4 100644 (file)
   </distributionManagement>
 
   <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>