I am busy testing the chart addon but when I try to run a project the import for the chart cannot be resolved.
For example;
import com.vaadin.addon.charts.Chart;
This import wont work. add the dependicy in the pom and did a maven clean and install
hi dear,
i am using maven with spring boot ,i just install vaadin7 connect with spring.
Issue:
1)Gwt.xml file not created.
2)i just add chart add-ons in pom.xml , i update maven and click wigdetset icon in eclipse ,its show error.
any one can help to solve this issue.
Error:
No plugin found for prefix ‘vaadin’ in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo]
available from the repositories [local (/home/e0000079/.m2/repository), spring-snapshots (https://repo.spring.io/snapshot), spring-milestones (https://repo.spring.io/milestone), central (https://repo.maven.apache.org/maven2)]
→ [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Sivaraman, have you added the repository to your pom?
vaadin-addons
http://maven.vaadin.com/vaadin-addons
Can you check that you actually downloaded vaadin-charts dependency into you local maven.
go to
homedirecory/.m2/repository/com/vaadin/vaadin-charts
and check that it has jar files there.