scalor-maven-plugin icon indicating copy to clipboard operation
scalor-maven-plugin copied to clipboard

Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven.

Results 9 scalor-maven-plugin issues
Sort by recently updated
recently updated
newest added

Hi, trying to build the project and many of the bintray dependencies will not download.

Hi, just tried out the plugin with Scala 2.13.6 and it's working great. For Scala 3 some of the dependencies (checked by regex) have changed. The compiler bridge went from...

Do you support compiling and exporting from Scala source code to javadoc?

https://gitter.im/jvican Jorge @jvican Jun 05 2018 12:43 Hey Andrei! I've seen you're the maintainer of https://github.com/random-maven/scalor-maven-plugin, awesome plugin! I wanted to get in touch with you to check if you'd...

Hello, I have a project (Gatling based) that only contains test sources, hence only test dependencies (that pull scala-library transitively). I then get the following crash: ``` java.lang.RuntimeException: Missing library,...

This was a particularly difficult bug to work out. Running `scalac -help` for 2.11.12 gives ``` -target: Target platform for object files. All JVM 1.5 targets are deprecated. (jvm-1.5,jvm-1.6,jvm-1.7,jvm-1.8) default:jvm-1.6...

Consider the [build.sbt from scalajs-react-template](https://github.com/chandu0101/scalajs-react-template/blob/master/build.sbt). For the most part, it's just dependencies, and translating them to Maven using scalor-maven-plugin is straightforward. There are basically at least three other concerns: 1....

I use the twirl-maven-plugin (v.1.1) to generate Scala-sources from Twirl-templates. These sources are generated in target/generated-sources/twirl/ and it seems the Scalor-maven-plugin is unable to find these sources and I'm getting...

Hello everybody, I know that the external zinc server from typesafe has been deprecated but I find it to be the fastest option when building multi-module maven projects. When I...

feature