Fix double publication of javadoc in kotlin-osgi-bundle (KTI-356)

There's a common place with generating empty javadoc:
https://github.com/JetBrains/kotlin/blob/635ffcd53ba34f40cae5ef3c2be5529d654e8b26/libraries/pom.xml#L187

 #KTI-356 Fixed
This commit is contained in:
Nikolay Krasko
2020-10-09 20:52:45 +03:00
committed by teamcityserver
parent e06ae01c0c
commit 5d394528f6
@@ -91,18 +91,6 @@
<useDefaultManifestFile>true</useDefaultManifestFile>
</configuration>
</execution>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<skipIfEmpty>false</skipIfEmpty>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
<execution>
<id>empty-sources-jar</id>
<phase>package</phase>