mvn scala:compile works but mvn compile doesnt
See original GitHub issueHi 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:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@davidB perhaps enable the Discussions feature in this repo…?
@jozic - yep, i’ll try to create something in a few weeks (im pretty busy next 14 days 😦)