79172190

Date: 2024-11-09 05:56:12
Score: 0.5
Natty:
Report link

Did you tried this:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
        <includes>
            <include>**/main/package/*.java</include>
        </includes>
        <excludes>
            <exclude>**/my/package/*.java</exclude>
        </excludes>
    </configuration>
</plugin>
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Ardeshir Ayati