Skip to content

Commit b10837b

Browse files
authored
Merge pull request #64 from MarkEWaite/enable-javac-lint
Report javac lint warnings
2 parents 393f6ce + cc2e742 commit b10837b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@
134134
</execution>
135135
</executions>
136136
</plugin>
137+
<plugin>
138+
<artifactId>maven-compiler-plugin</artifactId>
139+
<configuration>
140+
<compilerArgs>
141+
<arg>-Xlint:all</arg>
142+
</compilerArgs>
143+
</configuration>
144+
</plugin>
137145
</plugins>
138146
</build>
139147
</project>

0 commit comments

Comments
 (0)