首页 > 解决方案 > Missing artifact in vaadin start project (maven issue)

问题描述

I was just about to get started with the vaadin start project (https://start.vaadin.com/). I downloaded it and imported it into eclipse. However after that I got a Maven import error on line 112+ telling me there is a "Missing artifact org.vaadin.artur:a-vaadin-helper:jar:1.5.0"

        <dependency>
            <groupId>org.vaadin.artur</groupId>
            <artifactId>a-vaadin-helper</artifactId>
            <version>1.5.0</version>
        </dependency>

All other dependencies can be resolved. I do not have a custom settings.xml for maven. Refreshing does not help.

标签: eclipsemavenvaadin

解决方案


该工件位于 Vaadin Addons 存储库中(在 中有一个定义pom.xml)。也许您正在使用不包含此存储库的 Maven 代理?


推荐阅读