Error compile vaadin widgetset

The following happens to me, when I compile my application vaadin 10 in compile vaadin widgetset the following error appears

[INFO]
Scanning for projects…
[INFO]

[INFO]
BUILD FAILURE
[INFO]

[INFO]
Total time: 3.762 s
[INFO]
Finished at: 2018-09-19T12:05:26-04:00
[INFO]
Final Memory: 16M/155M
[INFO]

[ERROR]
Could not find goal ‘update-widgetset’ in plugin com.vaadin:vaadin-maven-plugin:10.0.2 among available goals copy-production-files, package-for-production → [Help 1]

[ERROR]

[ERROR]
To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR]
Re-run Maven using the -X switch to enable full debug logging.
[ERROR]

[ERROR]
For more information about the errors and possible solutions, please read the following articles:
[ERROR]
[Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoNotFoundException

In Vaadin 10, and subsequent versions there is no longer widgetset, since it is not using GWT. So naturally this “update-widgetset” target has been removed as obsolete.

Thank you very much Alejandro for clarifying my doubt I have an error in the application and I thought that could be a consequence of it, but I just realized that when I send the app to run in the tomcat console reaches the following line:

2018-09-19 13:44:39.928 INFO 3006 — [ost-startStop-1]
com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.

and indicates the following error

Server Tomcat v8.5 Server at localhost failed to start.