Use 4.3 version of plugin
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 385704f..7cfc8ac 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -33,7 +33,7 @@
                 <plugin>
                     <groupId>org.apache.netbeans.utilities</groupId>
                     <artifactId>nbm-maven-plugin</artifactId>
-                    <version>4.2</version>
+                    <version>4.3</version>
                     <extensions>true</extensions>
                     <configuration>
                         <brandingToken>${D}{brandingToken}</brandingToken>