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