sbt-idea icon indicating copy to clipboard operation
sbt-idea copied to clipboard

A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files

Results 94 sbt-idea issues
Sort by recently updated
recently updated
newest added

In one of my builds, sources/javadoc for an antlr library is missing: ``` [warn] [NOT FOUND ] antlr#antlr;2.7.7!antlr.jar(src) (192ms) [warn] ==== public: tried [warn] http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7-sources.jar [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: FAILED...

Using either 1.6.0 or 1.7.0-SNAPSHOT, the presence of source generators causes extra sourceFolder entries to be added to the module. A simple example that demonstrates this issue: ``` scala import...

I'm not sure if I'm just using it wrong or if I haven't found the endorsed way to do this yet, but basically: I want gen-idea to run automatically when...

In gen-idea 1.5.2 test classifer jars are referenced correctly. In 1.6.0 they are not.

My sbt project has a standard directory layout. In src/test/resources I keep files that are needed during testing. In my case, this includes .scala files since my program processes scala...

Finally got around to clean up the commits (and adapt to 0.13). To use this feature use "sbt 'gen-idea replace-libs".

As discussed, this is my clone with optional "replace libraries by modules" functionality. The option to pass is "replace-libs" but of course feel free to change this. This is my...

Hi all. Currently we're using a "repositories" file located in each ~/.sbt local folder in order to add some internal custom dependency repositories. In addition to this, we need to...