tksk / jing-trang

Automatically exported from code.google.com/p/jing-trang
0 stars 0 forks source link

Add maven-plugin #99

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jjc.jclark.com on 18 Dec 2009 at 1:28