henrik242 / kotlin-really-allopen

3 stars 1 forks source link

Figure out why publishToMavenLocal publishes an artifact named "plugin" #7

Closed henrik242 closed 5 years ago

henrik242 commented 5 years ago

The kotlin-really-allopen plugin should be sufficient...

$ cd ~/.m2/repository
$ find no/synth -type f
no/synth/kotlin/plugins/kotlin-really-allopen/0.1-SNAPSHOT/kotlin-really-allopen-0.1-SNAPSHOT.pom
no/synth/kotlin/plugins/kotlin-really-allopen/0.1-SNAPSHOT/kotlin-really-allopen-0.1-SNAPSHOT.jar
no/synth/kotlin/plugins/kotlin-really-allopen/0.1-SNAPSHOT/maven-metadata-local.xml
no/synth/kotlin/plugins/kotlin-really-allopen/maven-metadata-local.xml
no/synth/kotlin/plugins/plugin/0.1-SNAPSHOT/plugin-0.1-SNAPSHOT.jar
no/synth/kotlin/plugins/plugin/0.1-SNAPSHOT/maven-metadata-local.xml
no/synth/kotlin/plugins/plugin/0.1-SNAPSHOT/plugin-0.1-SNAPSHOT.pom
no/synth/kotlin/plugins/plugin/maven-metadata-local.xml

Removing the plugin folder from .m2 makes FunctionalPluginTest#should include plugin via plugins block fail