anthonyvdotbe opened a new issue, #1087:
URL: https://github.com/apache/maven-compiler-plugin/issues/1087

   ### Affected version
   
   3.15.0
   
   ### Bug description
   
   To reproduce:
   * unzip 
[sample.zip](https://github.com/user-attachments/files/30305357/sample.zip)
   * run `mvn compile`
   * delete the `dependencies` section from the POM
   * run `mvn compile`
   
   Expected: the last step fails because the dependencies have changed and thus 
recompilation is triggered and thus compilation fails due to missing classes
   
   Actual: the last step succeeds and the compiler plugin says "Nothing to 
compile - all classes are up to date."


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