I'm using maven2 and i'm trying to us xmlbeans plugin. I need to set files so could find them. Please HELP!!! My pom.xml looks like this:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>xmlbeans</goal>
</goals>
</execution>
</executions>
<inherited>true</inherited>
<configuration>
<memoryInitialSize>8m</memoryInitialSize>
<memoryMaximumSize>256m</memoryMaximumSize>
<debug>true</debug>
<verbose>true</verbose>
<failonerror>true</failonerror>
<schemaDirectory>src/xsd</schemaDirectory>
<fileset dir="src/xsd" includes="**/*.xsd"/>
<fileset dir="src/java" includes="**/*.*"/>
</configuration>
</plugin>
Pozdrawiam
Sebastian Błoch
- [mojo-user] Problem with xmlbeans ant fileset S . Bloch
