Skip to content

Commit 97d39da

Browse files
committed
Clean-up
1 parent 65f1b28 commit 97d39da

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -216,31 +216,6 @@
216216
<debuglevel>lines,vars,source</debuglevel>
217217
</configuration>
218218
</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-
244219
</plugins>
245220
</build>
246221
</profile>

0 commit comments

Comments
 (0)