ftomassetti / turin-maven-plugin

A Maven plugin to compile Turin files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

turin-maven-plugin

A Maven plugin to compile Turin files

You can add in your POM this:

<build>
    <plugins>
        <plugin>
            <groupId>me.tomassetti.turin</groupId>
            <artifactId>turin-maven-plugin</artifactId>
            <version>0.1-SNAPSHOT</version>
            <executions>
                <execution>
                    <goals><goal>compile-turin</goal></goals>
                </execution>
            </executions>
            <configuration>
            </configuration>
        </plugin>
    </plugins>
</build>

The plugin will compile your Turin file under src/main/turin and put the generated classes under target/classes

About

A Maven plugin to compile Turin files

License:Apache License 2.0


Languages

Language:Java 100.0%