Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit 331283a

Browse files
authored
Merge pull request #524 from dhalperi/fix-javadoc
Generate empty Javadoc
2 parents d8b880d + 4a55dda commit 331283a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,24 @@
215215
</executions>
216216
</plugin>
217217

218+
<plugin>
219+
<groupId>org.apache.maven.plugins</groupId>
220+
<artifactId>maven-javadoc-plugin</artifactId>
221+
<version>2.10.3</version>
222+
<configuration>
223+
<failOnError>false</failOnError>
224+
</configuration>
225+
<executions>
226+
<execution>
227+
<id>javadoc</id>
228+
<phase>package</phase>
229+
<goals>
230+
<goal>jar</goal>
231+
</goals>
232+
</execution>
233+
</executions>
234+
</plugin>
235+
218236
<plugin>
219237
<groupId>org.apache.maven.plugins</groupId>
220238
<artifactId>maven-dependency-plugin</artifactId>
@@ -306,6 +324,11 @@
306324
<artifactId>maven-source-plugin</artifactId>
307325
</plugin>
308326

327+
<plugin>
328+
<groupId>org.apache.maven.plugins</groupId>
329+
<artifactId>maven-javadoc-plugin</artifactId>
330+
</plugin>
331+
309332
<plugin>
310333
<groupId>org.apache.maven.plugins</groupId>
311334
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)