Skip to content

ftomassetti/turin-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages