[
https://issues.apache.org/jira/browse/MCOMPILER-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte updated MCOMPILER-443:
-------------------------------------
Attachment: mvn-reproducer-main.zip
> 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
> Priority: Major
> Attachments: mvn-reproducer-main.zip
>
>
> 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)