From: <svn...@os...> - 2009-06-30 07:51:28
|
Author: aaime Date: 2009-06-30 03:50:37 -0400 (Tue, 30 Jun 2009) New Revision: 33393 Modified: branches/2.5.x/pom.xml Log: GEOT-2576) Have eclipse put its class files on its own directory instead of the default maven one Modified: branches/2.5.x/pom.xml =================================================================== --- branches/2.5.x/pom.xml 2009-06-30 07:48:16 UTC (rev 33392) +++ branches/2.5.x/pom.xml 2009-06-30 07:50:37 UTC (rev 33393) @@ -953,6 +953,15 @@ <plugins> + <!-- Eclipse integration --> + <plugin> + <artifactId>maven-eclipse-plugin</artifactId> + <configuration> + <!-- Use a different build directory, see GEOT-2576 --> + <buildOutputDirectory>./bin</buildOutputDirectory> + </configuration> + </plugin> + <plugin> <!-- groupId org.apache.maven.plugins is the default --> <artifactId>maven-assembly-plugin</artifactId> |