Robert Scholte created MCOMPILER-443:
----------------------------------------
Summary: Removing all sourcefolders doesn't remove outputDirectory
Key: MCOMPILER-443
URL: https://issues.apache.org/jira/browse/MCOMPILER-443
Project: Maven Compiler Plugin
Issue Type: Bug
Affects Versions: 3.8.1
Reporter: Marc Philipp
Current code exits too early and forgets to remove results from previous build.
{code:java}
if ( compileSourceRoots.isEmpty() )
{
getLog().info( "No sources to compile" );
return;
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)