Skip to content

Commit 0421f00

Browse files
committed
make empty javadoc jar
1 parent 12574f1 commit 0421f00

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@
8585
</includes>
8686
</configuration>
8787
</execution>
88+
<execution>
89+
<id>javadoc-jar</id>
90+
<phase>package</phase>
91+
<goals>
92+
<goal>jar</goal>
93+
</goals>
94+
<configuration>
95+
<classifier>javadoc</classifier>
96+
<includes>
97+
<include>**/*.html</include>
98+
</includes>
99+
</configuration>
100+
</execution>
88101
</executions>
89102
</plugin>
90103
<plugin>

0 commit comments

Comments
 (0)