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

BUILD FAILURE #4

Open
vohes opened this issue Feb 12, 2018 · 2 comments
Open

BUILD FAILURE #4

vohes opened this issue Feb 12, 2018 · 2 comments
Assignees
Labels

Comments

@vohes
Copy link

vohes commented Feb 12, 2018

Build failed with:

[ERROR] Failed to execute goal on project webdav-client-common: Could not resolve dependencies for project exist-book:webdav-client-common:jar:1.0: Failure to find io.milton:milton-client:jar:2.6.1.2 in http://milton.io/maven/ was cached in the local repository, resolution will not be reattempted until the update interval of milton has elapsed or updates are forced -> [Help 1]

@adamretter
Copy link
Member

The older versions of Milton were freely available and Open Source. Newer versions of Milton have components which are not Open Source - http://milton.io/about/license/index.html

Unfortunately it seems that Brad McEvoy has retroactively removed older versions of Milton from being available for download.

You could try editing the file chapters/integration/webdav-client/webdav-client-parent/pom.xml and changing:

  1. the dependency version: <version>2.6.1.2</version> to <version>2.7.4.0</version>.
  2. the repo for Milton from: <url>http://milton.io/maven/</url> to <url>http://dl.bintray.com/milton/Milton</url>

Hopefully, that will enable you to build. Let me know how it goes...

@adamretter adamretter added the bug label Feb 12, 2018
@adamretter adamretter self-assigned this Feb 12, 2018
@vohes
Copy link
Author

vohes commented Feb 13, 2018

Thank you Adam, I get on a little further:

[ERROR] Failed to execute goal on project webdav-client-common: Could not resolve dependencies for project exist-book:webdav-client-common:jar:1.0: Failure to find io.milton:cardme:jar:1.0.1 in http://dl.bintray.com/milton/Milton was cached in the local repository, resolution will not be reattempted until the update interval of milton has elapsed or updates are forced -> [Help 1]

Thx in advance
Volker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants