-
Notifications
You must be signed in to change notification settings - Fork 54
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
Dependency to license-tool-plugin:1.1.1-SNAPSHOT makes it hard to build out-of-the-box #329
Comments
Related: #227 |
Just found out I can comment it out completely, and build still works.
And I just found that
|
ok, my settings.xml needed something like
question remains: do you want / need to rely on the SNAPSHOT version? |
Hi @in-fke, Since the build issue seems to be a problem on your end, and the build works fine for us and the CI, I think the issue would be resolved, right? |
Ok, resolving this as is - if you want to take the use of "1.1.1-SNAPSHOT" itself on another level |
Actually I followed up into another problem, a transitive dependency of
Artifact is here, but I did not manage to pull it from there. tried the following:
|
Is it necessary to depend on the Snapshot version?
makes it hard to build out-of-the-box, or pom.xml should specify the snapshot repository where it could be found.
[ERROR] Plugin org.eclipse.dash:license-tool-plugin:1.1.1-SNAPSHOT or one of its dependencies could not be resolved: org.eclipse.dash:license-tool-plugin:jar:1.1.1-SNAPSHOT was not found in <URL> during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of <Repo-ID> has elapsed or updates are forced -> [Help 1]
besides, if you are planning to release, you should not depend on any other SNAPSHOT versions.
The text was updated successfully, but these errors were encountered: