Skip to content

Files

Latest commit

 

History

History
23 lines (12 loc) · 852 Bytes

File metadata and controls

23 lines (12 loc) · 852 Bytes

Build Status

maven polyglot groovy example

This is the source code for the presentation

https://prezi.com/vb-gw1g5r4c_/maven-polyglot/

groovy build scripts were initially generated by this command

mvn io.takari.polyglot:polyglot-translate-plugin:translate -Dinput=pom.xml -Doutput=pom.groovy

to run an inlined maven plugin run maven-polyglot-submodule like this

mvn clean install -Dgenerate-file=true

Hacks, workarounds

  • Travis is using an older version of maven that does not support polyglot. As a workaround the maven wrapper was used. Bug #4872

References

https://github.com/takari/polyglot-maven