Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

kompics/kola-maven-plugin

Repository files navigation

kola-maven-plugin

Maven Plugin for the Kola Compiler

Usage

Add the following to the <plugins> section in your pom.xml

	<plugin>
                <inherited>true</inherited>
                <groupId>se.sics.kola</groupId>
                <artifactId>kola-maven-plugin</artifactId>
                <version>1.0-SNAPSHOT</version>
                <executions>
                  <execution>
                    <goals>
                      <goal>kolac</goal>
                    </goals>
                    <phase>generate-sources</phase>
                  </execution>
                </executions>
        </plugin>

About

Maven Plugin for the Kola Compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages