Maven generatePackage for a wsdl generating classes from schema definition
问题 I am using Java14 with SpringBoot. I need to generate some Java classes based on a wsdl. It is generating, however, it puts all the generated classes in a flat structure and not in the packages specified in the wsdl. If anyone can give some advise, I would appreciate it. More details: POM (you can see that the generated package is com.travellinck.client.approval ) <build> <plugins> <!-- <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <