Ahmed Hamouda
10/30/2024, 3:06 PM<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>xjc</goal>
</goals>
<configuration>
<sources>
<source>xxxxx/something.xsd</source>
</sources>
<packageName>com.my.example.service</packageName>
</configuration>
</execution>
</executions>
</plugin>Vampire
10/30/2024, 3:19 PMAhmed Hamouda
10/30/2024, 3:30 PM