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
- Host: GitHub
- URL: https://github.com/frege/frege-maven-plugin
- Owner: Frege
- Created: 2013-09-24T10:53:06.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-20T17:30:19.000Z (almost 3 years ago)
- Last Synced: 2025-04-26T03:44:29.038Z (about 1 year ago)
- Language: Java
- Size: 6.19 MB
- Stars: 13
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).