Open GoogleCodeExporter opened 9 years ago
Here example of usage for attached DTD2XSDMojo sample: <plugin> <groupId>com.thaiopensource.trang</groupId> <artifactId>trang-maven-plugin</artifactId> <executions> <execution> <goals> <goal>dtd2xsd</goal> </goals> <phase>compile</phase> <configuration> <dir>${project.build.outputDirectory}</dir> <includes> <include>**/fixml4*.dtd</include> </includes> <outputDir>${project.build.outputDirectory}</outputDir> </configuration> </execution> </executions> </plugin>
Original issue reported on code.google.com by plokhotn...@gmail.com on 18 Dec 2009 at 1:19
plokhotn...@gmail.com
Attachments:
Original comment by jjc.jclark.com on 18 Dec 2009 at 1:28
jjc.jclark.com
Original issue reported on code.google.com by
plokhotn...@gmail.com
on 18 Dec 2009 at 1:19Attachments: