You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2023/01/12 15:47:45 UTC

[GitHub] [maven-integration-testing] cstamas commented on pull request #230: [MNG-7667] Partial fix that "works for me"

cstamas commented on PR #230:
URL: https://github.com/apache/maven-integration-testing/pull/230#issuecomment-1380591738

   This fixes the original issue, but now we face other issue: all the ITs that use maven-plugin packaging and do verifier.verifyErrorFreeLog will fail, as m-plugin-p emits ERRORs that should be WARNs instead...
   
   Example:
   ```
   [INFO]
   [INFO] --- plugin:3.7.0:descriptor (default-descriptor) @ plugin-extension ---
   [ERROR]
   
   Some dependencies of Maven Plugins are expected to be in provided scope.
   Please make sure that dependencies listed below declared in POM
   have set '<scope>provided</scope>' as well.
   
   The following dependencies are in wrong scope:
    * org.apache.maven:maven-model:jar:3.8.6:compile
    * org.apache.maven:maven-artifact:jar:3.8.6:compile
    * org.apache.maven:maven-resolver-provider:jar:3.8.6:compile
    * org.apache.maven:maven-model-builder:jar:3.8.6:compile
    * org.apache.maven:maven-builder-support:jar:3.8.6:compile
    * org.apache.maven:maven-repository-metadata:jar:3.8.6:compile
   
   
   
   [INFO] Using 'UTF-8' encoding to read mojo source files.
   [INFO] java-annotations mojo extractor found 0 mojo descriptor.
   [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
   [WARNING]
   [WARNING] Deprecated extractor java-javadoc extracted 1 descriptor. Upgrade your Mojo definitions.
   [WARNING] You should use Mojo Annotations instead of Javadoc tags.
   [WARNING]
   [INFO] ant mojo extractor found 0 mojo descriptor.
   [INFO] bsh mojo extractor found 0 mojo descriptor.
   [INFO]
   [INFO] --- resources:3.3.0:testResources (default-testResources) @ plugin-extension ---
   ```


-- 
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-unsubscribe@maven.apache.org

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