Skip to content
Snippets Groups Projects
Commit fd77a635 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3136 switch xml scheme generator

parent f45572cc
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 2 deletions
...@@ -28,8 +28,20 @@ ...@@ -28,8 +28,20 @@
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>com.evolvedbinary.maven.jvnet</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb30-maven-plugin</artifactId> <artifactId>jaxb2-maven-plugin</artifactId>
<executions>
<execution>
<id>schema files</id>
<phase>generate-sources</phase>
<goals>
<goal>xjc</goal>
</goals>
<configuration>
<sourceType>xmlschema</sourceType>
</configuration>
</execution>
</executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment