-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
REVIEW remove outdated instances of maven.inria.fr #3860
Conversation
CI Failure is
|
@monperrus I just happened to see that your comment's formatting obscured the ping to @arnobl in a code block. @arnobl see above :) |
Interacto is the graphical lib used by Spoon Visualiser. |
Thanks. --Martin
|
This also addresses #3858 |
<repositories> | ||
<repository> | ||
<id>mavenInriaSnapshot</id> | ||
<name>http://maven.inria.fr-snapshots</name> | ||
<url>http://maven.inria.fr/artifactory/malai-public-snapshot</url> | ||
<id>spoon-snapshot</id> | ||
<name>Maven Repository for Spoon Snapshots</name> | ||
<url>https://repository.ow2.org/nexus/content/repositories/snapshots/</url> | ||
<snapshots><enabled>true</enabled></snapshots> | ||
<releases><enabled>false</enabled></releases> | ||
</repository> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per my latest musings over in #3216, I don't think there is any reason to declare the snapshot repository in any of our pom files, other than for distribution management. Or if the Spoon subproject depends on a snapshot of some other Spoon project, which is the case for spoon-smpl
, but no other projects at this time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per my latest musings over in #3216, I don't think there is any reason to declare the snapshot repository in any of our pom files, other than for distribution management
Correct. Yet, we can proceed here, before finalizing #3216. So I'd suggest to merge this one, which does remove all instances of maven.inria.fr (the initial intention).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that seems reasonable.
thanks @surli |
fix #3858
see also #3216