Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
In DefaultProjectInstaller I noticed this comment:
{{
// Here, we have a temporary solution to MINSTALL-3 (isDirectory() is true if it went through compile
// but not package). We are designing in a proper solution for Maven 2.1
if ( file != null && file.isFile() )
}}
If this is the permanent solution, remove the comment. Otherwise, figure out a permanent solution.