You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: