using SBT plugins like sbteclipse and sbt-assembly

Hi,

I am setting up teamcity for buiding our scala project. I am able to issue commands like clean, compile and test on installing the SBT runner for teamcity.

I also want to use other sbt plugin commands like sbt assembly and sbt eclipse.

Can anyone help me to set this up on teamcity? Is there any documentation available?

0
2 comments

Hi,

In SBT runner you can select Custom SBT installation mode and specify path to SBT home directory. In this mode you can to install needed plugins as a global plugins for your SBT installation.
For more details please see the related blog post: http://blog.jetbrains.com/teamcity/2014/02/sbt-runner-for-teamcity/

0
Avatar
Permanently deleted user

Hi,

I got this working. The problem was, I was not issuing the commands project's home folder. Once, I fixed the project root folder location, I am able to issue all sbt commands including the plugin commands.

Thanks,
Annadraj

0

Please sign in to leave a comment.