Make serialization plugin for Maven consistent with all other plugins:

Use correct import handler because old one was not working in IDE
Change maven artifact id to match pattern from other plugins
This commit is contained in:
Leonid Startsev
2018-12-14 13:32:39 +03:00
parent 8420fceb8c
commit 662c1b6d4a
3 changed files with 16 additions and 9 deletions
@@ -18,7 +18,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>kotlinx-maven-serialization-plugin</artifactId>
<artifactId>kotlin-maven-serialization</artifactId>
<packaging>jar</packaging>
<description>Serialization plugin for Maven</description>