Skip to content

ExampleDriven/maven-polyglot-groovy-example

Repository files navigation

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
  • Parent pom has to be built separately using mvn install -N or relativepath to be added to pom.groovy to workaround Bug #37

References

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published