cstamas commented on pull request #46:
URL: https://github.com/apache/maven-plugin-tools/pull/46#issuecomment-949442354


   Added commit 5a1d36097c4142e66dcb447d440d9c3664f6a676
   
   Now relevant bit of console output of test project looks like this:
   ```
   [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
maven-plugin-minimal ---
   [INFO] Changes detected - recompiling the module!
   [WARNING] File encoding has not been set, using platform encoding UTF-8, 
i.e. build is platform dependent!
   [INFO] Compiling 1 source file to 
/home/cstamas/tmp/maven-plugin-minimal/target/classes
   [INFO] 
   [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.
   [WARNING] Unable to scan Javadoc from 
/home/cstamas/tmp/maven-plugin-minimal/src/main/java; skipping since, 
deprecation and description scanning from it
   [INFO] java-annotations mojo extractor found 1 mojo descriptor.
   [INFO] 
   [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) 
@ maven-plugin-minimal ---
   ```


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to