Advertisement
gusto2

pom.xml maven-jaxb2-plugin

Oct 5th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.98 KB | None | 0 0
  1.             <plugin>
  2.                 <groupId>org.jvnet.jaxb2.maven2</groupId>
  3.                 <artifactId>maven-jaxb2-plugin</artifactId>
  4.                 <version>0.8.3</version>
  5.                 <executions>
  6.                     <execution>
  7.                         <goals>
  8.                             <goal>generate</goal>
  9.                         </goals>
  10.                         <configuration>
  11.                             <verbose>true</verbose>
  12.                             <schemaDirectory>src/main/resources/com/apogado/egov/entity/schema</schemaDirectory>
  13.                             <forceRegenerate>true</forceRegenerate>
  14.                             <extension>true</extension>                            
  15.                             <bindingDirectory>src/main/resources/xjb/</bindingDirectory>
  16.                         </configuration>
  17.                     </execution>
  18.                                        
  19.                 </executions>
  20.             </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement