<plugin>
<groupId> org.codehaus.mojo</groupId>
<artifactId> xmlbeans-maven-plugin</artifactId>
<version> 2.3.3</version>
<executions>
<execution>
<goals>
<goal> xmlbeans</goal>
</goals>
</execution>
</executions>
<inherited> true</inherited>
<configuration>
<schemaDirectory> src/main/xsd</schemaDirectory>
</configuration>
</plugin>
<groupId> org.codehaus.mojo</groupId>
<artifactId> xmlbeans-maven-plugin</artifactId>
<version> 2.3.3</version>
<executions>
<execution>
<goals>
<goal> xmlbeans</goal>
</goals>
</execution>
</executions>
<inherited> true</inherited>
<configuration>
<schemaDirectory> src/main/xsd</schemaDirectory>
</configuration>
</plugin>
Comments
Post a Comment