When I try to override sourceFolder property in config file, then it doesn't work. It just leaves value assigned in line 65 in JavaCXFServerCodegen.java
My config file
{ "modelPackage": "com.luxoft.ob10.papi.services.user.domain", "apiPackage": "com.luxoft.ob10.papi.services.user", "sourceFolder": "src/main/java" }
I tried invokerPackage option, but it didn't work too.
When I try to override sourceFolder property in config file, then it doesn't work. It just leaves value assigned in line 65 in JavaCXFServerCodegen.java
My config file
{ "modelPackage": "com.luxoft.ob10.papi.services.user.domain", "apiPackage": "com.luxoft.ob10.papi.services.user", "sourceFolder": "src/main/java" }I tried invokerPackage option, but it didn't work too.