Skip to content

Commit 0906759

Browse files
committed
Remove unused compiler and javadoc options
1 parent ca634e6 commit 0906759

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<version>1.0.0-RC1</version>
162162
</dependency>
163163
</dependencies>
164-
164+
165165
<build>
166166
<resources>
167167
<resource>
@@ -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>
@@ -230,17 +229,6 @@
230229
<notimestamp>true</notimestamp>
231230
<doclint>all,-missing</doclint>
232231
</configuration>
233-
<executions>
234-
<execution>
235-
<id>attach-javadocs</id>
236-
<configuration>
237-
<additionalparam>${javadoc.opts}</additionalparam>
238-
</configuration>
239-
<goals>
240-
<goal>jar</goal>
241-
</goals>
242-
</execution>
243-
</executions>
244232
</plugin>
245233
<plugin>
246234
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)