mbien commented on code in PR #321:
URL: 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/321#discussion_r3051194065


##########
pom.xml:
##########
@@ -453,7 +453,22 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>3.5.4</version>
+                    <version>3.5.5</version>
+                </plugin>
+                 <plugin>   
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>versions-maven-plugin</artifactId>
+                    <version>2.21.0</version>
+                    <configuration>                        
+                        <ignoredVersions>
+                            <ignoredVersion>.*-M.*</ignoredVersion>
+                            <ignoredVersion>.*-rc.*</ignoredVersion>
+                            <ignoredVersion>.*-beta.*</ignoredVersion>
+                        <!--    <ignoredVersion>.*-ea.*</ignoredVersion>
+                            <ignoredVersion>.*-jdk.*</ignoredVersion>-->
+                            <ignoredVersion>.*-alpha.*</ignoredVersion>
+                        </ignoredVersions>
+                    </configuration>
                 </plugin>

Review Comment:
   tbh i wouldn't use that plugin anymore. Instead:
   ```
   mvn eu.maveniverse.maven.plugins:toolbox:plugin-versions -Dapply 
   mvn eu.maveniverse.maven.plugins:toolbox:dependency-versions -Dapply 
   ```
   NB has those actions also registered in the context menu, just without apply 
which you would have to add manually.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to