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

Does cpd4sbt support multi project builds? #1

Open
marceloemanoel opened this issue Dec 27, 2013 · 5 comments
Open

Does cpd4sbt support multi project builds? #1

marceloemanoel opened this issue Dec 27, 2013 · 5 comments

Comments

@marceloemanoel
Copy link

No description provided.

@jmhofer
Copy link

jmhofer commented Jan 28, 2014

Currently not really, no. - Though it should be relatively straightforward to add this, I hope. I'll look into it when I get the time.

@MaikuMori
Copy link

This would be nice addition.

@shanielh
Copy link

@jmhofer Currently I can't use cpd4sbt with my multi project build, I can pull request, Do you have guidance for adding support in multi project builds?

@jmhofer
Copy link

jmhofer commented Jul 11, 2016

I think the relevant setting is cpdSourceDirectories in Compile, which simply defaults to unmanagedSourceDirectories in Compile.

My first idea for an approach of multi-project builds probably would be to collect all the sub project source directories for this setting instead. We'd need to find out how to do that in sbt.

@jmhofer
Copy link

jmhofer commented Jul 11, 2016

However, if you want to configure cpd for each sub-project separately, this approach might be too simplistic.

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

No branches or pull requests

4 participants