Hi guys,
Since I updated to the latest NBM plugin:
<groupId>org.apache.netbeans.utilities</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<version>4.3</version>
I constantly get this error message:
[image: image.png]
If I click on upgrade, the POM gets modified and older plugin is installed:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<extensions>true</extensions>
<version>3.13</version>
</plugin>
Bug? normal? feature? Anyone experiencing the same?
Cheers
JMB