mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-25 14:27:33 +00:00
Improve MAVEN build Performance
This commit is contained in:
parent
33a4c5ff6a
commit
23e2cfaf34
4
pom.xml
4
pom.xml
@ -164,6 +164,10 @@
|
|||||||
<version>3.8.1</version>
|
<version>3.8.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<debug>true</debug>
|
<debug>true</debug>
|
||||||
|
<fork>true</fork>
|
||||||
|
<useIncrementalCompilation>true</useIncrementalCompilation>
|
||||||
|
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user