Questions tagged [maven-scala-plugin]

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

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

10 questions
4
votes
2 answers

Scala signature error for Scala module in IntelliJ Idea Maven project

Disclaimer: I am new to Scala and trying to create a sample Scala Maven project using simple scala archtype in IntelliJ IDEA. IntelliJ version is 14.1.2 Below is my pom file, I did change the Scala version to 2.11.6 from 2.7 which the archetype…
3
votes
1 answer

WARNINGS module not found: org.fusesource.jansi#jansi;1.11 - Intellij/Scala

So I installed Intellij along with the Scala plugin. When I try to create my first scala project in the IDE, the dialog box comes up where you specify the name and location of the project, as well as the locations of the necessary SDK's. I…
3
votes
1 answer

What Scala version is used in maven Scala plugin by default?

Here link to maven Scala plugin usage. But it is not mentioned what exactly Scala version it uses. I have created maven Scala project with following configuration: org.scala-tools
Cherry
  • 31,309
  • 66
  • 224
  • 364
1
vote
0 answers

Maven Scala Plugin Increases Build time

I am using scala-maven-plugin version 3.3.2. When I try to execute a scala script using the plugin, it somehow tries to update one dependency 'org.bouncycastle:bcpkix-jdk15on'. I am using a local artifactory repository to manage my…
0
votes
0 answers

Scala 2.12.15 giving build issues

I am using Spark Scala. I am trying to upgrade scala to 2.12.15 and during build getting below…
Sachit Murarka
  • 137
  • 2
  • 12
0
votes
2 answers

Scala-Maven project on Eclipse

I am trying to use this Scala project. The project contains maven dependencies so I have created a pom.xml and then I have imported the project as a maven project in eclipse. In order to test the project I tried to add a Scala class, but I'm…
A.HADDAD
  • 1,809
  • 4
  • 26
  • 51
0
votes
1 answer

Maven not compiling or including Scala .class files in jar only when using resources plugin

I have a Scala application that I'm trying to package as a .jar file using Maven. There is an application.conf file that I'm trying to package into the jar as a resource. However, when I use the resources plugin, either automatically by putting the…
0
votes
0 answers

IntelliJ IDEA can't run Scala test

My project is maven 3 based, mixed Java and Scala. I can't run scalaTest in IDEA, IDEA complained: Error:scala: Error: org.jetbrains.jps.incremental.scala.remote.ServerExceptionjava.lang.NullPointerException at…
Zava
  • 743
  • 6
  • 17
0
votes
1 answer

sbt maven compatibility issues

I am facing an issue with sbt here https://github.com/dmlc/xgboost/issues/1858 strangely not even the maven variables are resolved com.typesafe.akka#akka-actor_${scala.binary.version};2.3.11: not found maven outputs these warnings during the…
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
0
votes
0 answers

maven-scala-plugin stuck on readInt scala

I have scala application, and having pom.xml that uses maven scala plugin, My application uses scala readInt to read an Integer from the Command Line The project is build on eclipse, when i run the scala application using eclipse it works when i try…
anish
  • 6,884
  • 13
  • 74
  • 140