[ 
https://issues.apache.org/jira/browse/SUREFIRE-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324610#comment-16324610
 ] 

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_r161336057
  
    --- Diff: 
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
 ---
    @@ -732,7 +732,8 @@
          * The child elements of this element must be <dependency> 
elements, and the
          * contents of each of these elements must be a string which follows 
the format:
          *
    -     * <i>groupId:artifactId</i>. For example: <i>org.acme:project-a</i>.
    +     * <i>groupId:artifactId[:version[:type[:classifier]]]</i>. For 
example: <i>org.acme:project-a</i>,
    +     * <i>org.acme:project-a::test-jar</i>, 
<i>org.acme:project-a:::tests-jdk15</i>
    --- End diff --
    
    Did the previous pattern `groupId:artifactId` support `*` wildcard. Does 
your algorithm support `*`? I know that other plugins usually support it with 
`*`. If both, empty character between :: and `*`, would work, even better.


> 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)

Reply via email to