[jboss-dev-forums] [Design of JBoss Build System] - Eclipse:eclipse settings for parent pom
wolfc
do-not-reply at jboss.com
Wed Mar 21 05:24:43 EDT 2007
Can this be added to parent pom?
<build>
| <plugins>
| <plugin>
| <groupId>org.apache.maven.plugins</groupId>
| <artifactId>maven-eclipse-plugin</artifactId>
| <configuration>
| <downloadSources>true</downloadSources>
| <buildOutputDirectory>target/eclipse-classes</buildOutputDirectory>
| </configuration>
| </plugin>
| </plugins>
| </build>
Pros: saves me typing -DdownloadSources=true, modifying .classpath by hand
Cons: the test output can not be overriden and is thus target/eclipse-classes
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030150#4030150
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030150
More information about the jboss-dev-forums
mailing list