Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <plugin>
- <groupId>org.jvnet.jaxb2.maven2</groupId>
- <artifactId>maven-jaxb2-plugin</artifactId>
- <version>0.8.3</version>
- <executions>
- <execution>
- <goals>
- <goal>generate</goal>
- </goals>
- <configuration>
- <verbose>true</verbose>
- <schemaDirectory>src/main/resources/com/apogado/egov/entity/schema</schemaDirectory>
- <forceRegenerate>true</forceRegenerate>
- <extension>true</extension>
- <bindingDirectory>src/main/resources/xjb/</bindingDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement