Hi, as recommended at http://docs.codehaus.org/display/M2ECLIPSE/Project+FAQ I use a Profil "eclipse-folders" within Eclipse, to build my projects. To have all sources and classes created from Eclipse in one folder, i configured most of my plugins to generate sources to ${project.basedir}\${target.dir}\generated-sources\java.
The maven-clean-plugin doesn´t clean that folder, it only cleans [INFO] Deleting directory mypath\target [INFO] Deleting directory mypath\target-eclipse\classes [INFO] Deleting directory mypath\target-eclipse\test-classes How can I setup the Profil "eclipse-folders" properly? Is setting the "target/generated-sources/java" folder to another location a good idea? thanx, Torsten
