This content has been marked as final.
Show 2 replies
-
1. Re: Mavenised build and Eclipse
pgier Oct 16, 2008 2:27 PM (in response to kabirkhan)I don't know of a way to exclude certain files using the command line plugin. Maybe you can try using m2eclipse instead of the command line plugin.
-
2. Re: Mavenised build and Eclipse
kabirkhan Oct 17, 2008 11:17 AM (in response to kabirkhan)Well it's not really a big deal excluding those files. But do you know if it is possible to make the eclipse plugin to make Eclipse output the classes somewhere else than target/classes? It is a bit annoying having them there since every time I do a "mvn clean", a full rebuild is needed in eclipse.
I tried
$mvn eclipse:eclipse -DbuildOutputDirectory=eclipse-output
but that did not seem to have any effect