Skip to content

Commit

Permalink
do not generate missing files by default
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Feb 3, 2023
1 parent 03bd1b5 commit a7a87ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaxws-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
<source>${upper.java.level}</source>
<target>${upper.java.level}</target>
<compilerArgs>
Expand Down

0 comments on commit a7a87ce

Please sign in to comment.