Skip to content

Commit 5e4e8d5

Browse files
committed
📝 Writing docs.
1 parent 7bdb05f commit 5e4e8d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<modules>
2323
<module>cicada-core</module>
24-
<module>cicada-example</module>
24+
<!-- <module>cicada-example</module>-->
2525
<module>cicada-ioc</module>
2626
<module>cicada-base</module>
2727
</modules>
@@ -185,6 +185,9 @@
185185
<goals>
186186
<goal>jar</goal>
187187
</goals>
188+
<configuration>
189+
<additionalparam>-Xdoclint:none</additionalparam>
190+
</configuration>
188191
</execution>
189192
</executions>
190193
</plugin>

0 commit comments

Comments
 (0)