Skip to content

Commit cf068d0

Browse files
authored
maven-compiler-plugin set createMissingPackageInfoClass to false (#260)
1 parent dae6861 commit cf068d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@
809809
<!-- setup defaults for compile and testCompile -->
810810
<configuration>
811811
<release>8</release>
812+
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
812813
</configuration>
813814
</plugin>
814815
</plugins>

0 commit comments

Comments
 (0)