An open API service indexing awesome lists of open source software.

https://github.com/frege/frege-maven-plugin

Support for your favorite build tool
https://github.com/frege/frege-maven-plugin

Last synced: 4 months ago
JSON representation

Support for your favorite build tool

Awesome Lists containing this project

README

          

frege-maven-plugin
==================

`frege-maven-plugin` is a basic plugin for the Apache Maven build tool for compiling [frege-lang](http://www.frege-lang.org/) source code into java and adding it to the maven build chain.


com.theoryinpractise.frege
frege-maven-plugin
${frege.plugin.version}


compile
generate-sources

compile



test-compile
generate-test-sources

test-compile




true
true
src/main/frege
src/test/frege
target/generated-sources/frege
target/generated-test-sources/frege

For an example project, please check out [frege-testing](https://github.com/talios/frege-testing).