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

Support parallel builds with multiple projects using the same output directory #3

Open
lukecwik opened this issue Jan 9, 2018 · 1 comment

Comments

@lukecwik
Copy link

lukecwik commented Jan 9, 2018

It is very convenient to have one offline repository that is at the root of the project instead of one per sub project. Currently the plugin fails because multiple sub-projects attempt to copy the same resource to the same directory and fail:

java.io.IOException: Failed to copy full contents from '~/.m2/repository/com/google/guava/guava/18.0/guava-18.0.pom' to 'offline-repository/com/google/guava/guava/18.0/guava-18.0.pom'
@realPyR3X
Copy link

I also have this issue. Currently I have to disable parallel when that task is executed.

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

2 participants