[ 
https://jira.codehaus.org/browse/MCOMPILER-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=301551#comment-301551
 ] 

Matt Lachman commented on MCOMPILER-21:
---------------------------------------

7) Based on the following snippet from 
[AbstractCompilerMojo.java|http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-2.5.1/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java?revision=1344618&view=markup]...

{code:java}
        // TODO: have an option to always compile (without need to clean)
        Set<File> staleSources;

        boolean canUpdateTarget;
{code}

...implement the TODO.
                
> compiler smarts
> ---------------
>
>                 Key: MCOMPILER-21
>                 URL: https://jira.codehaus.org/browse/MCOMPILER-21
>             Project: Maven 2.x Compiler Plugin
>          Issue Type: Bug
>            Reporter: Brett Porter
>            Priority: Minor
>             Fix For: backlog
>
>
> there are probably other ways we can make the compiler stale check smarter. 
> List them out here if you think of them.
> 1) if a snapshot was resolved to a newer version, rebuild everything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to