Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] When is the download of dependencies triggered for Maven provider

Hi Carlos,
Buckminster doesn't trigger downloads like Maven do. All triggering is done by a user that executes a component query. There's a lot of room for discussions and improvements here and we are of course open to suggestions.

The solution for you right now is to create a cquery that appoints the component containing the cspec and then execute that query. You can execute it any number of times on the same workspace. Unless you explicitly tell it not to, it will consider itself resolved if all dependencies are fulfilled by the current workspace.

Regards,
Thomas Hallgren


Carlos Sanchez wrote:
Once I have the CSpec with the dependencies from the pom I can't find
the way to trigger their download or even the search in the local maven
repository, any pointers?
_______________________________________________
buckminster-dev mailing list
buckminster-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/buckminster-dev



Back to the top