Add maven-eclipse repository for SWT#87
Conversation
|
Hrm. I don't think this should be necessary. tripleplay/java-swt doesn't actually depend on anything from maven-eclipse.github.io, it just depends on playn-java-swt. playn-java-swt then depends on an artifact from maven-eclipse.github.io but it has a repository configuration for that Maven repo. There's no way that Maven would require you to add repository declarations for repositories used by artifacts that you depend on, that would be crazy. So something else must have been causing this problem. I can't repro it, so I'm wondering where you encountered it. |
|
What you say makes sense, but something must be wrong because I can reliably reproduce this. For that I just need to do the following:
The build fails with: The full output of the above command is attached: output.txt Ideas? |
Fixes #86.