[SOLVED] plugin error when working with std lib source

Trying to work on a pull request for standard lib, but having trouble building with maven:

jrenner@pc:~/kotlin-b/Kotlin/libraries/tools/kotlin-stdlib-gen$ mvn dependency:resolve

[INFO] Scanning for projects...

[WARNING] The POM for org.jetbrains.kotlin:kotlin-maven-plugin:jar:0.1-SNAPSHOT is missing, no dependency information available

[WARNING] Failed to retrieve plugin descriptor for org.jetbrains.kotlin:kotlin-maven-plugin:0.1-SNAPSHOT: Plugin org.jetbrains.kotlin:kotlin-maven-plugin:0.1-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.jetbrains.kotlin:kotlin-maven-plugin:jar:0.1-SNAPSHOT

Have I somehow corrupted my pom.xml, or is there something I forgot to do?

Do you have the sonatype repo defined?

maven {
  url ‘http://oss.sonatype.org/content/repositories/snapshots
  }

Fixed.  No idea how but I had somehow corrupted my repo. Did a hard reset.