desruisseaux commented on PR #11380:
URL: https://github.com/apache/maven/pull/11380#issuecomment-3485488468
Yes, the integration test passes because the line that cause a failure is
commented out. If you open the following file:
```
target/it/processor-type/annotation-processor/src/main/java/processor/SimpleAnnotationProcessor.java
```
then uncomment the second line below:
```java
// TODO: pending https://github.com/apache/maven/pull/11373
// dependency.AnnotationProcessorDependency.foo();
```
then, we get the test failure. You can also check that if the value on
`--class-path` is moved to `--processor-path`, it works.
--
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]