Even after changing it to what you suggested (pasted below) I am still getting
the same exception:
<plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>jaxb2-maven-plugin</artifactId>
                <version>1.5</version>
                <executions>
                        <execution>
                                <phase>generate-resources</phase>
                                <goals>
                                        <goal>schemagen</goal>
                                </goals>
                        </execution>
                </executions>   
                <configuration>
                        <includes>
                       <include>com/abc/domain/**/*.java</include>
                </includes>                     
<outputDirectory>${project.build.directory}/schemas</outputDirectory>
                        <excludes>
                            <exclude>**/aspect/*.java</exclude>
                        </excludes> 
                        <verbose>true</verbose>
                </configuration>
        </plugin>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to