Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0
-
None
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
MCOMPILER-26 Compiler plugin ignores includes / excludes
- Closed