/maven-scala-plugin

The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.

Primary LanguageJava

The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven

Links

Build

Currently, you need maven 2.x to build the plugin, create the site and run integration-test.

TODO

  • close issue from https://github.com/davidB/maven-scala-plugin/issues/
  • move build to run with maven 3.x
  • try to integrate the "dependency builder" of SBT 0.10
  • try to use aether to manage dependencies
  • refactor :
    • reduce copy-paste
    • file path management can be improve (a lot)
    • clean the code