question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mvn scala:compile works but mvn compile doesnt

See original GitHub issue

Hi there,

If I run: mvn scala:compile scala:run all is working fine, but if I run: mvn compile or mvn package - it finish successfully but I get nothing (no result classes)

Any idea why? I’d guess I’m missing some “glue” between scala-maven-plugin and mvn. I have tried to read your documentation, but didnt find anything

Sorry - this is a question, not a bug/issue

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SethTisuecommented, Apr 1, 2021

this is a question, not a bug/issue

@davidB perhaps enable the Discussions feature in this repo…?

0reactions
xhudikcommented, May 16, 2021

@jozic - yep, i’ll try to create something in a few weeks (im pretty busy next 14 days 😦)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maven package works but Intellij's build fails - Stack Overflow
I know this is late but executing mvn idea:idea solves the issue. The command re-generates the crucial IntelliJ IDEA files: ipr , iml...
Read more >
Scala Maven project in intelliji not auto compiling on save
Hi,. I have spring boot project with scala inside ( I use java+scala mixed ). Some screens from intellij: Some interesting parts in...
Read more >
scala-maven-plugin – scala:compile
This can be useful in situations where a dependency is needed at compile time, but should not be treated as a dependency in...
Read more >
Scala with Maven
Maven is a build/project management tool. ... Scala from the Central Repository so there's no need to install it yourself if you're compiling...
Read more >
incremental compiles seems broke in 4.2.0 · Issue #364 - GitHub
We upgraded Spark maven to use scala-maven-plugin 4.2.0 ... and it seems that the incremental compiles now do not work.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found