Kotlinでライブラリをつくるメモ
Mavenのことを理解する
https://www.slideshare.net/kawasima/maven-196821326
https://zenn.dev/backpaper0/articles/maven-useful-tips
Versions Maven Plugin
https://www.mojohaus.org/versions/versions-maven-plugin/usage.html
Kotlin JVM Lib
https://kotlinlang.org/docs/jvm-api-guidelines-introduction.html
https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html
マルチモジュールの子を足すときは、
groupId
と
artifactId
を指定するだけでいい感じ
code: sh
mvn archetype:generate -DgroupId=org.panchromatic.acme -DartifactId=greatlib