Hello, I am following this tutorial: https://netbeans.apache.org/wiki/DevFaqAddTimestampToLogs.asciidoc In Step 4 there is a use of implementation version of module o rg-netbeans-core-startup <plugin> <artifactId>nbm-maven-plugin</artifactId> <groupId> org.codehaus.mojo</groupId> <extensions>true</extensions> <configuration> < moduleDependencies> <dependency> <!--Private Package Reference--> <id> org.netbeans.modules:org-netbeans-core-startup</id> *<type>impl</type>* </ dependency> </moduleDependencies> </configuration> </plugin>
The issue i am facing is that when i release the plugin (create the nbm) with Netbeans 12.5 for example and i want to install the module in another version of Netbeans let's say 12.4 for example(or the other way around) i am getting following error: [image: image.png] Any clue on how to fix this issue so the plugin is not restricted to only 12.5?