Restructure project and fix JavaDoc generation
This commit is contained in:
parent
268ff80226
commit
514aa6c725
12 changed files with 21 additions and 12 deletions
5
pom.xml
5
pom.xml
|
|
@ -9,7 +9,7 @@
|
|||
<version>1.0-SNAPSHOT</version>
|
||||
<modules>
|
||||
<module>cloud-jline</module>
|
||||
<module>cloud-bukkit</module>
|
||||
<module>cloud-minecraft/cloud-bukkit</module>
|
||||
<module>cloud-core</module>
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
|
@ -95,6 +95,9 @@
|
|||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue