Skip to content

Commit 9b1ff24

Browse files
dwalluckgoneall
authored andcommitted
Remove unused compiler and javadoc options
1 parent ca2a003 commit 9b1ff24

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@
218218
<encoding>${project.build.sourceEncoding}</encoding>
219219
<showDeprecation>true</showDeprecation>
220220
<showWarnings>true</showWarnings>
221-
<optimize>true</optimize>
222221
</configuration>
223222
</plugin>
224223
<plugin>
@@ -233,9 +232,6 @@
233232
<executions>
234233
<execution>
235234
<id>attach-javadocs</id>
236-
<configuration>
237-
<additionalparam>${javadoc.opts}</additionalparam>
238-
</configuration>
239235
<goals>
240236
<goal>jar</goal>
241237
</goals>

0 commit comments

Comments
 (0)