We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a9678 commit a79d8a2Copy full SHA for a79d8a2
1 file changed
codec-native-quic/pom.xml
@@ -1151,7 +1151,6 @@
1151
</execution>
1152
</executions>
1153
</plugin>
1154
-
1155
<plugin>
1156
<artifactId>maven-jar-plugin</artifactId>
1157
<executions>
@@ -1172,6 +1171,18 @@
1172
1171
</archive>
1173
</configuration>
1174
+ <!-- We must generate a -javadoc JAR file to publish on Maven Central -->
1175
+ <execution>
1176
+ <id>empty-javadoc-jar</id>
1177
+ <phase>package</phase>
1178
+ <goals>
1179
+ <goal>jar</goal>
1180
+ </goals>
1181
+ <configuration>
1182
+ <classifier>javadoc</classifier>
1183
+ <classesDirectory>${basedir}/javadoc</classesDirectory>
1184
+ </configuration>
1185
+ </execution>
1186
<!-- Generate the JAR that contains the native library in it. -->
1187
<execution>
1188
<id>native-jar</id>
0 commit comments