> I'm trying to use the Maven to build a scala project, but I get a > NullPointerException at > "org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion". > My setup is at http://www.gatoatigrado.com/tmp-code-snippets.
If you go to the repo and click thru to the versions directory for the plugin [1], you'll see various versions of this plugin available, with the latest being <version>2.10.1</version>. I'd add that to the <plugin> node and try again. Also, it is a good practice to always declare versions for plugins as well as dependencies. It seems like the documentation should probably be updated as well, but you'll have to take that up with the author of the plugin. [1] http://scala-tools.org/repo-releases/org/scala-tools/maven-scala-plugin/ Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
