You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/05/19 11:07:24 UTC

svn commit: r1340379 - /incubator/isis/trunk/framework/pom.xml

Author: danhaywood
Date: Sat May 19 09:07:24 2012
New Revision: 1340379

URL: http://svn.apache.org/viewvc?rev=1340379&view=rev
Log:
ISIS-227: getting Eclipse and Maven to play better together by separating out their target dirs

Modified:
    incubator/isis/trunk/framework/pom.xml

Modified: incubator/isis/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/pom.xml?rev=1340379&r1=1340378&r2=1340379&view=diff
==============================================================================
--- incubator/isis/trunk/framework/pom.xml (original)
+++ incubator/isis/trunk/framework/pom.xml Sat May 19 09:07:24 2012
@@ -240,6 +240,9 @@
 
 
     <build>
+        <outputDirectory>${project.build.directory}/classes</outputDirectory>
+        <testOutputDirectory>${project.build.directory}/test-classes</testOutputDirectory>
+        
         <extensions>
             <!-- scp and sftp support for deployments. -->
             <extension>
@@ -1443,8 +1446,6 @@ archetype includes this explicit depende
             </activation>
             <build>
                 <directory>target-ide</directory>
-                <outputDirectory>target-ide/classes</outputDirectory>
-                <testOutputDirectory>target-ide/test-classes</testOutputDirectory>
             </build>
         </profile>
         <profile>