garydgregory commented on issue #1273:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/1273#issuecomment-3390549454

   > I can't immediately reproduce this on my Mac, so maybe a Windows specific 
issue?
   
   Yes, this is for Windows. I cannot reproduce it on macOS either.
   
   > I'd expect cd to come before checkout
   
   Yes, you're correct. I'll fix the description.
   
   > why are you running javadoc twice?
   
   This is the simplest and fastest way to reproduce the issue instead of 
running a full build.
   
   > Does this bug only appear on the second run?
   
   Yes, but I am not sure if it is a second invocation that causes a "full" 
build to fail. A full build is defined by running `mvn` by itself to invoke the 
default goal.
   
   To test using Lang's git master you can run:
   ```
   mvn clean javadoc:javadoc -Dcommons.javadoc.version=3.12.0 && mvn 
-Dcommons.javadoc.version=3.12.0 javadoc:javadoc
   ```
   
   (This seems to be the same as Issue #1264)


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