ctubbsii commented on code in PR #5841:
URL: https://github.com/apache/accumulo/pull/5841#discussion_r2308613330


##########
pom.xml:
##########
@@ -1030,6 +1036,19 @@
               <value>org-apache-${project.artifactId}</value>
             </configuration>
           </execution>
+          <execution>

Review Comment:
   Yeah, it's not explicit in our config, but this goal gets executed at the 
`validate` phase by default. If this command is run according to the 
documentation at the top of the profile in the POM (and also in the 
post-release issue template), then it will execute before the javadoc plugin. 
It's possible you could execute the javadoc plugin directly and this won't 
execute... but ... don't do that :smiley_cat: 



-- 
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]

Reply via email to