diff --git a/README.md b/README.md index dbb5bae6..333007ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven +The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code in maven # Links diff --git a/pom.xml b/pom.xml index d576532e..2860fffe 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,11 @@ net.alchim31.maven - maven-scala-plugin + scala-maven-plugin 2.16.0-SNAPSHOT maven-plugin - maven-scala-plugin + scala-maven-plugin http://github.com/davidB/${project.artifactId} 2012 The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven. @@ -25,9 +25,9 @@ - scm:git:git://github.com/davidB/${project.artifactId}.git - scm:git:git@github.com:davidB/${project.artifactId}.git - http://github.com/davidB/${project.artifactId}/ + scm:git:git://github.com/davidB/maven-scala-plugin.git + scm:git:git@github.com:davidB/maven-scala-plugin.git + http://github.com/davidB/maven-scala-plugin/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ab560022..953e6f03 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -14,6 +14,7 @@ fix #57 : every lines of an scalac' error or warnings (including guilty source code) should be log with [ERROR] or [WARNING], not only the first one fix #60 : scala:doc no longer remove elements from the classpath move from org.scala-tools to net.alchim31.maven (repo hosted by oss.sonatype) + rename artifactId from maven-scala-plugin to scala-maven-plugin (follow maven rules and warning) archive generated by scala:genjson into $HOME/.config/vscaladoc2/apis can be intalled/deployed like regular artifact