I was just thinking of the profile, not the default config, so:
<profiles>
| <profile>
| <id>eclipse</id>
| <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>
| </profile>
| </profiles>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086134#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...