We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29209e commit 742ba50Copy full SHA for 742ba50
pom.xml
@@ -178,21 +178,6 @@
178
<showWarnings>true</showWarnings>
179
</configuration>
180
</plugin>
181
- <plugin>
182
- <artifactId>maven-javadoc-plugin</artifactId>
183
- <version>2.10.4</version>
184
- <configuration>
185
- <charset>UTF-8</charset>
186
- </configuration>
187
- <executions>
188
- <execution>
189
- <id>attach-javadocs</id>
190
- <goals>
191
- <goal>jar</goal>
192
- </goals>
193
- </execution>
194
- </executions>
195
- </plugin>
196
<plugin>
197
<artifactId>maven-source-plugin</artifactId>
198
<version>3.0.1</version>
0 commit comments