mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Add -XDignore.symbol.file=true javac option to avoid compilation check
to acccess com.sun.xml.internal.ws.transport.http.client package.
This commit is contained in:
parent
8343931a32
commit
a433a29e8e
1
pom.xml
1
pom.xml
@ -441,6 +441,7 @@
|
|||||||
<fork>true</fork>
|
<fork>true</fork>
|
||||||
<meminitial>128m</meminitial>
|
<meminitial>128m</meminitial>
|
||||||
<maxmem>512m</maxmem>
|
<maxmem>512m</maxmem>
|
||||||
|
<compilerArgument>-XDignore.symbol.file=true</compilerArgument>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user