Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDN widget set should be installed to local Maven cache #82

Open
Artur- opened this issue Jan 13, 2017 · 0 comments
Open

CDN widget set should be installed to local Maven cache #82

Artur- opened this issue Jan 13, 2017 · 0 comments

Comments

@Artur-
Copy link
Member

Artur- commented Jan 13, 2017

Right now when you use CDN in fetch mode, the widget set is downloaded to the target folder. If you do mvn clean install, the widget set is re-downloaded every time. If you happen to do mvn clean install when you are offline, you are out of luck: Caused by: java.net.UnknownHostException: wsc.vaadin.com: nodename nor servname provided, or not known

If the compiled widget set would instead be downloaded as a Maven dependencies (to ~/.m2), it would work offline as long as you do not add/remove add-ons. A mvn clean install would also be much faster when you have a slow connection as it would not need to re-download the widget set every time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant