Browse Source

seems the newer compiler plugin has become more picky

master
Stefan Bodewig 7 years ago
parent
commit
f78682a2ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/poms/ant-apache-resolver/pom.xml

+ 1
- 1
src/etc/poms/ant-apache-resolver/pom.xml View File

@@ -55,7 +55,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<includes>
<include>org/apache/tools/ant/types/resolver/**</include>
<include>org/apache/tools/ant/types/resolver/*.java</include>
</includes>
</configuration>
</plugin>


Loading…
Cancel
Save