maven-compiler-plugin icon indicating copy to clipboard operation
maven-compiler-plugin copied to clipboard

[MCOMPILER-443] Removing all sourcefolders doesn't remove outputDirectory

Open jira-importer opened this issue 5 years ago • 1 comments

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:

jira-importer avatar Nov 29 '20 17:11 jira-importer

Slawomir Jaranowski commented

Need to check with the latest version

jira-importer avatar Mar 10 '24 17:03 jira-importer