https://github.com/stil4m/elm-maven-plugin
Maven plugin to perform elm-make within the maven lifecycle
https://github.com/stil4m/elm-maven-plugin
Last synced: 2 months ago
JSON representation
Maven plugin to perform elm-make within the maven lifecycle
- Host: GitHub
- URL: https://github.com/stil4m/elm-maven-plugin
- Owner: stil4m
- Created: 2016-05-09T18:38:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T11:43:37.000Z (over 7 years ago)
- Last Synced: 2025-01-21T19:15:49.898Z (4 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-maven-plugin
Maven plugin to build elm sources within a maven build.
## Repository
The plugin is hosted on my own maven repository (hosted on Github). To depend on the plugin you should add the following snippet to your `pom.xml`:
```
...
stil4m-releases
stil4m-releases
https://github.com/stil4m/maven-repository/raw/master/releases/
...
```## Example
An example configuration for the plugin would be as shown below.
```
nl.stil4m
elm-maven-plugin
1.0.5
Make Elm Source
generate-sources
make
src/App.elm
generated/main.js
```