ebarboni commented on code in PR #331:
URL:
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/331#discussion_r3272305516
##########
nb-repository-plugin/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java:
##########
@@ -229,6 +229,15 @@ public class PopulateRepositoryMojo
@Parameter(defaultValue = "temp", property = "dependencyRepositoryId")
private String dependencyRepositoryId;
+ /**
+ * Number of times to retry a failed deployment. A value of {@code 1} means
+ * a single attempt with no retries (the default). Must be at least {@code
1}.
+ *
+ * @since 4.0
+ */
Review Comment:
I would suggest 15.0 as it will be the new version
--
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