Skip to content

Instantly share code, notes, and snippets.

@elucidator
Created January 23, 2015 20:32
Show Gist options
  • Save elucidator/a3080371b2490c4f22f1 to your computer and use it in GitHub Desktop.
Save elucidator/a3080371b2490c4f22f1 to your computer and use it in GitHub Desktop.
<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>  
<bindingFiles>
bindings.xjb
</bindingFiles>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment