I am using the maven archetype. Vaadin version is 7.5. I have added the dependency in my project like this:
org.vaadin.addonsaceeditor0.8.13
During maven install, all other widgetsets like e.g vaadin-charts are found in classpath. But aceeditor widgetset is never found. i.e. in my console log, [INFO] Widgetsets found from class path: does not list aceeditor widgetset. Hence, my generated widgets.gwt.xml does not contain a definition for aceeditor and I cannot use aceeditor in my project.
Note: I do have the aceeditor-0.8.13.jar maven plugin present in my maven dependencies. I can reference AceEditor class in my IDE
I am using the maven archetype. Vaadin version is 7.5. I have added the dependency in my project like this:
During maven install, all other widgetsets like e.g vaadin-charts are found in classpath. But aceeditor widgetset is never found. i.e. in my console log, [INFO] Widgetsets found from class path: does not list aceeditor widgetset. Hence, my generated widgets.gwt.xml does not contain a definition for aceeditor and I cannot use aceeditor in my project.
Note: I do have the aceeditor-0.8.13.jar maven plugin present in my maven dependencies. I can reference AceEditor class in my IDE
What could be the problem here..