do not create generated-sources folder when proc = none -------------------------------------------------------
Key: MCOMPILER-141 URL: http://jira.codehaus.org/browse/MCOMPILER-141 Project: Maven 2.x Compiler Plugin Issue Type: Bug Affects Versions: 2.3.2 Reporter: Minas Manthos Currently generated-source folder (generatedSourcesDirectory/generatedTestSourcesDirectory) is always created, even if <proc>none</proc> is set. if proc is none, then folders should not be generated and also not added to javac command line... We have a lot of modules in our projects and only a few have annotationsProcesses. Our IDE adds all generated-source folder to Project but mostly of them are empty and overview suffers. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira