If you netbeans maven module used this in pom.xml, then you will have this problem
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-java-project-ui</artifactId>
<version>RELEASE111</version>
</dependency>
If you netbeans maven module used this in pom.xml, then you will have this problem
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-java-project-ui</artifactId>
<version>RELEASE111</version>
</dependency>