[ http://jira.codehaus.org/browse/MCOMPILER-27?page=comments#action_58442 ] 

Brett Porter commented on MCOMPILER-27:
---------------------------------------

do you mean Maven passes in more files to the compiler, or that more class 
files are changed? Remember, javac will also compile other files in the 
sourcepath if they are used by your classes.

> More files included that specified
> ----------------------------------
>
>          Key: MCOMPILER-27
>          URL: http://jira.codehaus.org/browse/MCOMPILER-27
>      Project: Maven 2.x Compiler Plugin
>         Type: Bug

>     Versions: 2.0
>     Reporter: Oliver Siegmar

>
>
> I have the following configuration in my pom:
> <plugin>
>     <groupId>org.apache.maven.plugins</groupId>
>     <artifactId>maven-compiler-plugin</artifactId>
>     <configuration>
>         <includes>
>             <include>fileA</include>
>             <include>fileB</include>
>         </includes>
>     </configuration>
> </plugin>
> But the compiler compiles more that just my two includes. It doesn't compile 
> everything, but more than wanted.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to