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 2019/03/02 17:22:54 UTC

[GitHub] rehevkor5 edited a comment on issue #218: [SUREFIRE-1004] Support full gavtc format for dependenciesToScan

rehevkor5 edited a comment on issue #218: [SUREFIRE-1004] Support full gavtc format for dependenciesToScan
URL: https://github.com/apache/maven-surefire/pull/218#issuecomment-468939812
 
 
   @Tibor17 Yes, `groupId` alone is a valid pattern to use with `PatternIncludesArtifactFilter` and will work the same as `groupId:*`, as far as I can tell. I demonstrated this locally, but you can also see this test which is the closest I can find https://github.com/apache/maven-common-artifact-filters/blob/master/src/test/java/org/apache/maven/shared/artifact/filter/AbstractPatternArtifactFilterTest.java#L91 (superclass of `PatternIncludesArtifactFilterTest`).
   
   I will squash & rebase, thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services