ideally using the FSC compiler
Question becomes what command or pom file set up should I use?
I’m currently using the scala maven plugin but it doesn’t seem to actually use fsc
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can run the fsc as part of the compile phase of maven by adding the following to the plugins section of your pom.xml
Of course you have to remove the standard scala compile execution from your POM if necessary.