nocache.js file from localhost instead of vaadin

Hello.

I’m facing a trouble with nocache.js files.
Some of my resources files are read directly from vaadin.com instead of beeing read from my own server.

For example :
https://ws.vaadin.com/wsf2cc80fc37909976998514ac2e38ed2a/wsf2cc80fc37909976998514ac2e38ed2a.nocache.js
The above file is loaded by my navigator when I use the Vaadin application.

I want to be fully independant against Vaadin resources.

How can I do this ?
I thought about Maven plugin specific configuration but can’t get information about this specific need.