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

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

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


```