[ https://issues.apache.org/jira/browse/SUREFIRE-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324582#comment-16324582 ]
ASF GitHub Bot commented on SUREFIRE-1004: ------------------------------------------ Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/173#discussion_r161331717 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/util/DependencyScanner.java --- @@ -111,19 +112,46 @@ private static void scanArtifact( File artifact, TestFilter<String, String> filt { for ( String groups : groupArtifactIds ) { + // groupId:artifactId[:version[:type[:classifier]]] --- End diff -- Maybe you could add `groupId:artifactId[:version[:type[:classifier]]]` to a regular JavaDoc on the top of Class or method and then this comment can be removed. The users will see it in public API JavaDoc for their better understanding. > Enhance pattern/wildcard capabilities for dependenciesToScan to GAVT > -------------------------------------------------------------------- > > Key: SUREFIRE-1004 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1004 > Project: Maven Surefire > Issue Type: Improvement > Components: Maven Failsafe Plugin, Maven Surefire Plugin > Affects Versions: 2.15 > Reporter: Andreas Gudian > > * Enhance what has been built with SUREFIRE-569 to support patterns as in > maven-shade-plugin. Use maven-common-artifact-filters for that. > * Add/Adapt documentation and examples. -- This message was sent by Atlassian JIRA (v6.4.14#64029)