cstamas commented on pull request #46:
URL: https://github.com/apache/maven-plugin-tools/pull/46#issuecomment-949809315
Update qdox to 2.0.1-SNAPSHOT, and now scanning record is OK:
```
[INFO] --- maven-plugin-plugin:3.6.2-SNAPSHOT:descriptor
(default-descriptor) @ maven-plugin-minimal ---
[ERROR]
Maven dependencies of Maven Plugins should be in provided scope.
Please make sure that all your dependencies declared in POM whose group ID is
org.apache.maven have set '<scope>provided</scope>' as well.
In the future this error will break the build.
The following dependencies are in wrong scope:
* org.apache.maven:maven-plugin-api:jar:3.8.1:compile
* org.apache.maven:maven-model:jar:3.8.1:compile
* org.apache.maven:maven-artifact:jar:3.8.1:compile
* org.apache.maven:maven-project:jar:2.2.1:compile
* org.apache.maven:maven-settings:jar:2.2.1:compile
* org.apache.maven:maven-profile:jar:2.2.1:compile
* org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
* org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
* org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
Please fix your build!
[WARNING] Using platform encoding (UTF-8 actually) to read mojo source
files, i.e. build is platform dependent!
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] java-javadoc deprecated mojo extractor skipped as group 'java'
already discovered 1 mojo descriptor.
[INFO]
```
--
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]