maven-compiler-plugin
maven-compiler-plugin copied to clipboard
[MCOMPILER-443] Removing all sourcefolders doesn't remove outputDirectory
Marc Philipp opened MCOMPILER-443 and commented
Current code exits too early and forgets to remove results from previous build.
if ( compileSourceRoots.isEmpty() )
{
getLog().info( "No sources to compile" );
return;
}
Affects: 3.8.1
Attachments:
- mvn-reproducer-main.zip (2.83 kB)