Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom.xml does not work #1

Open
lprc opened this issue Mar 21, 2017 · 0 comments
Open

pom.xml does not work #1

lprc opened this issue Mar 21, 2017 · 0 comments

Comments

@lprc
Copy link

lprc commented Mar 21, 2017

Please remove the configuration part from the scala-maven-plugin in your pom.xml since it's causing the error Could not connect to compilation daemon after 300 attempts.:

  <build>
    <plugins>
      <plugin>
        <groupId>net.alchim31.maven</groupId>
        <artifactId>scala-maven-plugin</artifactId>
        <version>3.1.0</version>
        <executions>
          <execution>
            <goals>
              <goal>compile</goal>
              <goal>testCompile</goal>
            </goals>
          </execution>
        </executions>
        <!-- please remove this... 
        <configuration>
          <scalaClassName>scala.tools.nsc.CompileClient</scalaClassName>
          <args>
            <arg>-unchecked</arg>
            <arg>-deprecation</arg>
          </args>
        </configuration> -->
      </plugin>
    </plugins>
</build>

I hope no one else wasted a lot of time due to this :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant