davidB / scala-archetype-simple

a simple maven archetype for project in scala
Creative Commons Zero v1.0 Universal
109 stars 95 forks source link

-make:transitive not playing nice with Scala 2.11 #8

Closed dawngerpony closed 8 years ago

dawngerpony commented 9 years ago

The archectype pom.xml file currently contains the following code (part of the configuration of the scala-maven-plugin:

<arg>-make:transitive</arg>

This argument no longer works since 2.11 (see stackoverflow for more info). This caused my "Hello World" application to fail to compile out of the box. Should it be removed from the archetype? If so, I'm happy to submit a PR.

davidB commented 9 years ago

PR for a 2.11 archetype is welcome.

On Thu, Aug 6, 2015 at 4:12 PM, Dafydd James notifications@github.com wrote:

The archectype pom.xml file currently contains the following code (part of the configuration of the scala-maven-plugin:

-make:transitive

This argument no longer works since 2.11 (see stackoverflow http://stackoverflow.com/questions/23875515/compilation-error-in-scala for more info). This caused my "Hello World" application to fail to compile out of the box. Should it be removed from the archetype? If so, I'm happy to submit a PR.

— Reply to this email directly or view it on GitHub https://github.com/davidB/scala-archetype-simple/issues/8.