Skip to content

Commit 9a619f0

Browse files
committed
Updated GitHub repository. Added Javadoc building into package phase.
1 parent cdbb484 commit 9a619f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
<nohelp>true</nohelp>
4949
<excludes>ClansLite-Core.src.main.java.me.loving11ish.clans.*</excludes>
5050
</configuration>
51+
<executions>
52+
<execution>
53+
<goals>
54+
<goal>jar</goal>
55+
</goals>
56+
<id>execution1</id>
57+
<phase>package</phase>
58+
</execution>
59+
</executions>
5160
</plugin>
5261

5362
</plugins>

0 commit comments

Comments
 (0)