To automatically generate artifact definitions and run configurations when importing a project with IJ IDEA one must use "sbt-shell" import method in IJ otherwise the createIDEARunConfiguration and createIDEAArtifactXml tasks will not be called.
This happens due to some classloading hacks used in sbt-structure-extractor when running in headless mode.
To automatically generate artifact definitions and run configurations when importing a project with IJ IDEA one must use "sbt-shell" import method in IJ otherwise the
createIDEARunConfiguration
andcreateIDEAArtifactXml
tasks will not be called. This happens due to some classloading hacks used in sbt-structure-extractor when running in headless mode.