Dariusz Kuc
02/02/2021, 10:41 PMkotlin-maven-plugin
documentation site that lists all of the available goals and configurations? e.g. there is https://kotlinlang.org/docs/reference/using-maven.html but it doesn't mention script
goal (example from IT https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-maven-plugin-test/src/it/test-executeKotlinScriptBuildAccess/pom.xml#L31)Joe
02/02/2021, 10:47 PMmvn help:describe -Dplugin=org.jetbrains.kotlin:kotlin-maven-plugin:1.4.21 -Ddetail
helpful? Agree I haven't been able to find complete online docs for the plugin thoughDariusz Kuc
02/02/2021, 10:57 PM