AlexFalappa / nb-springboot

NetBeans IDE plugin supporting programming with Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Dependencies pom generator adds duplicate pom sections

AlexFalappa opened this issue · comments

Using Spring Boot Dependencies... generator in pom.xml files (Alt + Ins) twice may result in duplicate entries created in repositories, dependencyManagement and pluginManagement sections.

The resulting pom.xml file is invalid and does not build.

Try for example adding the first time Eureka Client and the second time Cloud Bus.