Github user juherr commented on the pull request:
https://github.com/apache/maven-surefire/pull/107#issuecomment-160427809
> [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.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]