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

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

Github user Tibor17 commented on the pull request:

    https://github.com/apache/maven-surefire/pull/107#issuecomment-160430883
  
    We can add system-dependency to the pom.xml of IT and add guice-2.0.jar on
    the same level with pom.xml of the IT in the file system. You can extract
    the jar from this zip
    https://github.com/google/guice/wiki/Guice20
    I hope it is the one we need, but you can of course ask Cedric how the
    users use to struggle with this problem.
    
    On Sun, Nov 29, 2015 at 5:03 PM, Julien Herr <notificati...@github.com>
    wrote:
    
    > [WARNING] The POM for org.testng:testng:jar:5.14.3 is invalid, transitive
    > dependencies (if any) will not be available: 1 problem was encountered
    > while building the effective model for org.testng:testng:5.14.3
    > [ERROR] 'dependencies.dependency.systemPath' for org.testng:guice:jar must
    > specify an absolute path but is ${basedir}/lib-supplied/guice-2.0.jar @
    >
    >
    > 
http://search.maven.org/#artifactdetails%7Corg.testng%7Ctestng%7C5.14.3%7Cjar
    >
    >    <dependency>
    >       <groupId>org.testng</groupId>
    >       <artifactId>guice</artifactId>
    >       <version>2.0</version>
    >       <scope>system</scope>
    >       <systemPath>${basedir}/lib-supplied/guice-2.0.jar</systemPath>
    >     </dependency>
    >
    > Any idea how to fix it or should we consider 7.14.3 as broken?
    > 7.14.4 and 7.14.5 have a similar problem due to the org.testng:guice
    > dependency which doesn't exist on central.
    >
    > —
    > Reply to this email directly or view it on GitHub
    > <https://github.com/apache/maven-surefire/pull/107#issuecomment-160427809>
    > .
    >
    
    
    
    -- 
    Cheers
    Tibor



> reporter argument does not work for TestNG
> ------------------------------------------
>
>                 Key: SUREFIRE-1194
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1194
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: TestNG support
>    Affects Versions: 2.19
>            Reporter: Testo Nakada
>            Assignee: Tibor Digana
>             Fix For: 2.19.1
>
>
> TestNG plugin seems to map -reporter command line parameter to reporterslist 
> which was removed in TestNG project since 2010 
> (a4779524b59330e98ee596c5faa43ae1b33ff844). Therefore, this configuration has 
> stopped working since then. The configuration mentioned in 
> http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Using_Custom_Listeners_and_Reporters
>  does not work as expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to