Hey John,

Nice work. Do you think this might be generic enough to go in
plexus-utils? Does it have any specific Maven dependencies? (Hard to
tell at a glance).

- Brett

[EMAIL PROTECTED] wrote:

>jdcasey     2005/03/28 21:28:08
>
>  Modified:    
> maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin
>                        CompilerMojo.java
>  Added:       maven-plugin/src/main/java/org/apache/maven/plugin/util/scan
>                        StaleSourceScanner.java SourceInclusionScanner.java
>                        InclusionScanException.java
>                        AbstractSourceInclusionScanner.java
>               
> maven-plugin/src/main/java/org/apache/maven/plugin/util/scan/mapping
>                        SuffixMapping.java SourceMapping.java
>               maven-plugin/src/test/java/org/apache/maven/plugin/util/scan
>                        StaleSourceScannerTest.java
>  Log:
>  o Adding source-scanner support, for selectively including source files to 
> be compiled, or processed in some way. This is going to be a core-plugin 
> facility, so it's in maven-plugin.
>  o Added support to maven-compiler-plugin for a source scanner to determine 
> the files that actually need recompiling...currently based on 
> lastModification date.
>  o All of this stuff needs a good integration test, but it shouldn't mess any 
> existing functionality up for now. Unit tests for the scanner stuff are 
> included.
>  
>  
>

Reply via email to