On May 28, 3:58 pm, David Bernard <
david.bernard...@gmail.com> wrote:
> until Josh add the support for excludes (I don't have dev env), workaround :
> move your draft dir out from src/main/scala dir. eg src/draft.
> Question : why running "mvn install" on not yet finished code ?
Just a beginner's way! How do you "just" compile? Sometimes I am
tempted to create a simple makefile with things like:
run:
mvn test-compile scala:run -DmainClass=...
-- although now I put the latter in a launcher thanks to your advice.
Still, "make run" is much shorter than even "mvn test-compile
scala:run"! Although since the latter is common for any mavenized
project with a launcher, I can also alias it in my shell to "mrun" or
some such. Perhaps I can do the same with compile...
Cheers,
Alexy