https://github.com/mutcianm/sbt-idea-config
https://github.com/mutcianm/sbt-idea-config
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mutcianm/sbt-idea-config
- Owner: mutcianm
- License: other
- Created: 2014-10-02T10:21:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T11:52:51.000Z (over 10 years ago)
- Last Synced: 2025-05-13T00:41:20.874Z (7 days ago)
- Language: Scala
- Size: 156 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SBT plugin to export Intellij Idea setings
============================================Plugin provides several keys to be read by [sbt-structure](https://github.com/JetBrains/sbt-structure) plugin and imported
as respective settings into generated Idea project.Plugin usage
-----`exportRunConfiguration`
- Set to `true` in project which you want to export run configuration from`artifactRunDependencies`
- List of artifact names which need to be built before running a configuration`testInPackage`
- Set to export scalatest run configuration as Idea "Run in package" test run configuration