Skip to content

Instantly share code, notes, and snippets.

View danilopiazza's full-sized avatar

Danilo Piazzalunga danilopiazza

View GitHub Profile
@danilopiazza
danilopiazza / pom.xml
Created October 12, 2023 06:20
Generate Java classes from a WSDL file using jaxb2-maven-plugin and Java EE JAXB
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>2.5.0</version>
<executions>
<execution>
<id>xjc</id>
<goals>
<goal>xjc</goal>
</goals>