Reputation: 1
I want to set this system property in a build.xml script before using CXF to generate stubs using WSDL2Java. I'm aware of the security risks. How can I do it?
build.xml
CXF
WSDL2Java
Upvotes: 0
Views: 1112
Reputation: 1086
Have a look at the usage of <sysproperty> in the Ant manual for Java Task.
<sysproperty>
Upvotes: 1