Clone vaadin-grid-flow by running git clone git@github.com:vaadin/vaadin-grid-flow.git.
Run maven install by execute mvn clean install
The build will failed with the following error:
[ERROR]
Failed to execute goal on project vaadin-grid-flow: Could not resolve dependencies for project com.vaadin:vaadin-grid-flow:jar:3.1-SNAPSHOT: The following artifacts could not be resolved: com.vaadin:flow:pom:1.5-SNAPSHOT, com.vaadin:flow-data:jar:1.5-SNAPSHOT, com.vaadin:flow-osgi:jar:1.5-SNAPSHOT, com.vaadin:vaadin-context-menu-flow:jar:2.0-SNAPSHOT, com.vaadin:flow-test-generic:jar:1.5-SNAPSHOT, com.vaadin:flow-test-util:jar:1.5-SNAPSHOT, com.vaadin:vaadin-text-field-flow:jar:1.3-SNAPSHOT: Failure to find com.vaadin:flow:pom:1.5-SNAPSHOT in https://maven.vaadin.com/vaadin-prereleases was cached in the local repository, resolution will not be reattempted until the update interval of vaadin-prereleases has elapsed or updates are forced -> [Help 1]
I don’t have it in any configuration directly. It’s getting pulled in through dependencies. And I don’t think it’s so much that the dependency isn’t available anywhere, it’s that it’s trying to scan a dead repository.