Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 904f118

Browse files
committed
Update for empty javadoc publication.
1 parent 4b246aa commit 904f118

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

bigdata-runtime/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands)
9090
</execution>
9191
</executions>
9292
</plugin>
93+
<!-- Empty javadoc for maven central deployment. -->
94+
<plugin>
95+
<groupId>org.apache.maven.plugins</groupId>
96+
<artifactId>maven-jar-plugin</artifactId>
97+
<executions>
98+
<execution>
99+
<id>empty-javadoc-jar</id>
100+
<phase>package</phase>
101+
<goals>
102+
<goal>jar</goal>
103+
</goals>
104+
<configuration>
105+
<classifier>javadoc</classifier>
106+
<classesDirectory>${basedir}/src/main/resources</classesDirectory>
107+
</configuration>
108+
</execution>
109+
</executions>
110+
</plugin>
93111
<plugin>
94112
<groupId>org.apache.maven.plugins</groupId>
95113
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)