Re: Kotlin pom

2019-06-11 Thread Manfred Moser
The polyglot support is implemented as a project extension as you can see from the docs. So if your project has the extension configured and a pom.kts .. nothing changes for you on the command line.. mvn install will do the job just fine. No need for -f and so on.. Manfred Tibor Digana

Re: Kotlin pom

2019-06-08 Thread Tibor Digana
If polyglot was included directly in Maven dist, we could run the build with something like this: $ mvn -f pom.kts install Any thoughts? On Sat, Jun 8, 2019 at 1:55 AM Manfred Moser wrote: > Shipped 0.4.1 of polyglot-maven with more kotlin goodness ;-) > > >

Kotlin pom

2019-06-07 Thread Manfred Moser
Shipped 0.4.1 of polyglot-maven with more kotlin goodness ;-) https://www.simpligility.com/2019/06/kotlin-improvements-for-polyglot-maven/ Enjoy Manfred - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For