Skip to content

Instantly share code, notes, and snippets.

@MenukaIshan
Last active January 30, 2021 18:41
Show Gist options
  • Save MenukaIshan/7e71e4d94ea57f1dcea9978d34c8d733 to your computer and use it in GitHub Desktop.
Save MenukaIshan/7e71e4d94ea57f1dcea9978d34c8d733 to your computer and use it in GitHub Desktop.
current plugin settings of jaxb2
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>xjc</id>
<goals>
<goal>xjc</goal>
</goals>
</execution>
</executions>
<configuration>
<schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory>
<outputDirectory>${project.basedir}/src/main/java</outputDirectory>
<clearOutputDir>false</clearOutputDir>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment