Skip to content

Commit ac417e4

Browse files
committed
Add some JavaDocs for non-Javadoc packages so Maven is happy
1 parent 4af8234 commit ac417e4

File tree

5 files changed

+33
-1
lines changed

5 files changed

+33
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# commandapi-bukkit-plugin-mojang-mapped

commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin-mojang-mapped/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,19 @@
153153
</manifestEntries>
154154
</archive>
155155
</configuration>
156+
<executions>
157+
<execution>
158+
<id>empty-javadoc-jar</id>
159+
<phase>package</phase>
160+
<goals>
161+
<goal>jar</goal>
162+
</goals>
163+
<configuration>
164+
<classifier>javadoc</classifier>
165+
<classesDirectory>${basedir}/javadoc</classesDirectory>
166+
</configuration>
167+
</execution>
168+
</executions>
156169
</plugin>
157170
</plugins>
158171
</build>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# commandapi-bukkit-plugin

commandapi-platforms/commandapi-bukkit/commandapi-bukkit-plugin/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,23 @@
122122
</execution>
123123
</executions>
124124
</plugin>
125+
<plugin>
126+
<groupId>org.apache.maven.plugins</groupId>
127+
<artifactId>maven-jar-plugin</artifactId>
128+
<executions>
129+
<execution>
130+
<id>empty-javadoc-jar</id>
131+
<phase>package</phase>
132+
<goals>
133+
<goal>jar</goal>
134+
</goals>
135+
<configuration>
136+
<classifier>javadoc</classifier>
137+
<classesDirectory>${basedir}/javadoc</classesDirectory>
138+
</configuration>
139+
</execution>
140+
</executions>
141+
</plugin>
125142
</plugins>
126143
</build>
127144
</project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# commandapi-shade
1+
# commandapi-bukkit-shade

0 commit comments

Comments
 (0)