Hi friends,
I, recently installed Maven for PHP. I configured my .m2/settings.xml
and then created a web project using archetype with no problem.
When I execute the goal "mvn test" I'm getting this error:
[ERROR] Failed to execute goal on project testphp: Could not resolve
dependencies for project com.sourcerebels:testphp:php:y: Failure to
find org.phpunit:phpunit5:jar:3.3.9 in
http://repos.xworlds.org/releases
was cached in the local repository, resolution will not be reattempted
until the update interval of
release-repo1.php-maven.org has elapsed
or updates are forced -> [Help 1]
When I browse
http://repos.xworlds.org/release it is empty and there
is no snapshot for phpunit.
Where I can find this dependency?
There is a mirror?
Thanks in advance