scala-mojo-support icon indicating copy to clipboard operation
scala-mojo-support copied to clipboard

Helper to create maven mojo projects in the Scala languages

Results 8 scala-mojo-support issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

The readme says Scala 2.11 support is experimental. Any chance of getting Scala 2.13 support?

Usage says to add scala-tools repo: http://jsuereth.com/scala-mojo-support/usage.html However, I also came across a post you had that said scala-tools is winding down: https://www.scala-lang.org/old/node/12217 Would you be able to migrate this...

The `@component` annotation does not appear to be implemented. The generated plugin descriptor for a Mojo that uses `@component` does not have a corresponding `` section.

When compiling a Scala mojo, a bunch of bogus error messages are printed concerning missing classes and whatnot. For instance: ``` :3: error: object MojoExecutionException is not a member of...

Hey, If I use the following config https://gist.github.com/2847039 with the scala version set to anything 2.9.x I get the following error when running mvn compile. https://gist.github.com/2846654. .joe