A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/davidB/scala-maven-plugin/wiki/Frequently-Asked-Questions below:

Frequently Asked Questions · davidB/scala-maven-plugin Wiki · GitHub

If you have questions/suggestions about maven+scala, then you can post to http://groups.google.com/group/maven-and-scala

The maven-scala-plugin no longer (since 2.13) re-compile only the modified files, because :

You could re-enabled the compile only modified, by

(Sorry, the doc online is not the doc of the lastest release of the plugin 2.13.1)

You could also use some option of scalac 2.8.0+

<!-- Specify recompilation detection strategy (all,changed,immediate,transitive,transitivenocp) -->
<arg>-make:transitive</arg>

see message on mailing-list scala-user: Mvn recompiles everything

How-to execute test for scalac'splugin

Add into the configuration node of surefire :

<argLine>-Xbootclasspath/p:${settings.localRepository}/org/scala-lang/scala-library/${scala.version}/scala-library-${scala.version}.jar</argLine>

discussion

Cross Building with Maven?

Is it possible to cross build a project for scala 2.8.1, 2.9.2, and 2.10 using scala-maven-plugin?

It's not easy, and I don't remember if the result works for every case. But it's what I did :

I hope this will help you (I write it from old code and from memory, fix/feedback welcome)

Read-Eval-Print-Loop (aka scala:console) Why does the mvn scala:console goal not compile the project?

The authors of the plugin felt it was much more flexible to allow a REPL to be started during the coding of a project. The REPL is mostly used for experimenting with APIs and therefore users should not need a functioning project to test out potential code paths. Users who want to make use of their latest changes should type "mvn compile scala:console" or "mvn test-compile scala:console" rather than just "mvn scala:console"

Does the REPL support auto-complete?

As of Scala 2.8.0 the REPL supports auto-complete features.

(see Using_Maven_with_the_Scala_IDE_for_Eclipse )


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4