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

Narendra commented on MCOMPILER-21:
-----------------------------------

I have following directory for java source code 
--lion
     --com
          test1 --> contains pom.xml and java source code with package com.test1
          test2 -> contains pom.cml and java source code with pakage com.test2
when compiler plugin compiles it does directory scanning and compiles only java 
code that are modified from previous build. But In above directory structure 
case it recompiles the all source code in subsequent builds. How to overcome 
this ? I found that it is because of basedirectory do not follow maven standard 
direcotry layout. Please advise.


> 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: 2.4
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to