Using Vaadin on NetBeans WITHOUT Maven

前端 未结 2 382
春和景丽
春和景丽 2021-01-24 02:28

I\'m starting with Vaadin and I\'d like to know if it\'s possible work with this framework in NetBeans without using maven. The reason is the project using maven takes ages down

2条回答
  •  生来不讨喜
    2021-01-24 02:44

    We initially also wished to do netbeans development with vaadin 7, without having to use the maven stuff.

    In Vaadin6 this was simple, it worked fine. But for Vaadin 7 we have not been able to do it in a reasonable way. So we finally switched to maven for the Vaadin7 projects.

    You can install a nexus repository which caches the maven downloads, so it can prevent the timeout problems.

    Not sure what the Vaadin Plugin actually allows you to do, but perhaps this one also works without maven?

提交回复
热议问题