You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/12 09:43:00 UTC

[jira] [Commented] (SUREFIRE-1004) Enhance pattern/wildcard capabilities for dependenciesToScan to GAVT

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

ASF GitHub Bot commented on SUREFIRE-1004:
------------------------------------------

GitHub user bindul opened a pull request:

    https://github.com/apache/maven-surefire/pull/173

    [SUREFIRE-1004] Support full gavtc format for dependenciesToScan

    Added support for specifying dependencies to scan for tests using full `groupId:artifactId[:version[:type[:classifier]]]` format. Has unit and integration tests and updates to documentation.
    
    Related Issues:
    - [SUREFIRE-1004](https://issues.apache.org/jira/browse/SUREFIRE-1004)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bindul/maven-surefire SUREFIRE-1004_dependenciesToScan

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/173.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #173
    
----
commit 447537ccbe54ae64868a507624f4af7a2edf0d3a
Author: Bindul Bhowmik <bi...@...>
Date:   2018-01-11T17:56:38Z

    [SUREFIRE-1004] Support full gavtc format for dependenciesToScan
    
    Submitted by: Bindul Bhowmik
    
    Code, unit tests and integration test to support full
    groupId:artifactId[:version[:type[:classifier]]] format when specifying
    additional dependencies to scan for test classes.
    
    Updated plugin parameter and site documentation.
    
    Related Issues:
    - [SUREFIRE-1004] Enhance pattern/wildcard capabilities for
    dependenciesToScan to GAVT

----


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