Skip to content

Commit

Permalink
📝 Writing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Nov 14, 2018
1 parent 7bdb05f commit 5e4e8d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<modules>
<module>cicada-core</module>
<module>cicada-example</module>
<!-- <module>cicada-example</module>-->
<module>cicada-ioc</module>
<module>cicada-base</module>
</modules>
Expand Down Expand Up @@ -185,6 +185,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 5e4e8d5

Please sign in to comment.