Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default directory for generated sources #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JanBessai
Copy link

The src_managed folder should by default adhere to the main/language/package convention. Generated sources are Java code, so they should end up in src_managed/java/package. This especially fixes source duplication bugs in IntelliJ.

@benmccann
Copy link

benmccann commented Sep 30, 2016

The recommendation is now against using (sourceManaged in Compile).value altogether. Instead each plugin should roll out their own directory under target, and append to managedSourceDirectories in Compile. See sbt/sbt#1664 (comment)

@jaa127 jaa127 mentioned this pull request Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants