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.
Console error:
Could not resolve dependencies for project com.quintiles:ca-webapp:war:1.44.000.005-SNAPSHOT: The following artifacts could not be resolved:
com.quintiles:q-spring-vaadin-integration:jar:2.00.000.001-SNAPSHOT, com.quintiles:spotfire-service:jar:4.0.05-SNAPSHOT, org.vaadin.addons:googleanalyticstracker:jar:4.00.000.001-SNAPSHOT:
Could not find artifact com.quintiles:q-spring-vaadin-integration:jar:2.00.000.001-SNAPSHOT in quintiles-snapshots (http://maven-repo.outcome.com:8081/nexus/content/repositories/snapshots)
Can anyone pls help me out on this? Thanks in advance ;)