Skip to content

Commit

Permalink
Merge pull request #373 from JorelAli/release/8.6.0
Browse files Browse the repository at this point in the history
Adds Kotlin JavaDocs file for MavenCentral requirements
  • Loading branch information
JorelAli committed Dec 4, 2022
2 parents 49ba3ff + 17aff3c commit f56748d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions commandapi-kotlin/javadoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# commandapi-kotlin
17 changes: 17 additions & 0 deletions commandapi-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,23 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>empty-javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit f56748d

Please sign in to comment.