File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 216
216
<debuglevel >lines,vars,source</debuglevel >
217
217
</configuration >
218
218
</plugin >
219
- <!-- <plugin>
220
- <groupId>org.apache.maven.plugins</groupId>
221
- <artifactId>maven-javadoc-plugin</artifactId>
222
- <version>3.2.0</version>
223
- <configuration>
224
- <source>${java.version}</source>
225
- </configuration>
226
- <executions>
227
- <execution>
228
- <id>attach-javadocs</id>
229
- <goals>
230
- <goal>jar</goal>
231
- </goals>
232
- </execution>
233
- </executions>
234
- <configuration> <failOnError>false</failOnError> </configuration>
235
- <dependencies>
236
- <dependency>
237
- <groupId>org.apache.commons</groupId>
238
- <artifactId>commons-lang3</artifactId>
239
- <version>${commons.lang3}</version>
240
- </dependency>
241
- </dependencies>
242
- </plugin> -->
243
-
244
219
</plugins >
245
220
</build >
246
221
</profile >
You can’t perform that action at this time.
0 commit comments