Author: jason.greene(a)jboss.com
Date: 2007-08-25 02:02:59 -0400 (Sat, 25 Aug 2007)
New Revision: 4439
Modified:
support/trunk/common/pom.xml
Log:
Use a different output directory
Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml 2007-08-24 17:14:16 UTC (rev 4438)
+++ support/trunk/common/pom.xml 2007-08-25 06:02:59 UTC (rev 4439)
@@ -244,6 +244,15 @@
<onlyAnalyze>org.jboss.cache.*</onlyAnalyze>
</configuration>
</plugin>
+
+ <!-- Eclipse -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+
<buildOutputDirectory>${basedir}/eclipse-output</buildOutputDirectory>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
Show replies by thread