user3569954
user3569954

Reputation: 1

Set org.apache.cxf.stax.allowInsecureParser in build.xml

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?

Upvotes: 0

Views: 1112

Answers (1)

bgossit
bgossit

Reputation: 1086

Have a look at the usage of <sysproperty> in the Ant manual for Java Task.

Upvotes: 1

Related Questions