php-maven / maven-php-plugin

A maven plugin for dependency management and quality assurance for PHP projects.
http://www.php-maven.org/
Apache License 2.0
37 stars 29 forks source link

Update maven snapshot? #4

Closed achingbrain closed 12 years ago

achingbrain commented 12 years ago

I have a file that defines more than one class which I am trying to unit test. With the latest snapshot up at http://repos.xworlds.org/snapshots/org/phpmaven/maven-php-plugin/2.0-SNAPSHOT (11th November) the test phase fails with an error that it cannot work out which class I am trying to test. However if I clone this repository and install the plugin manually, the test phase passes as expected.

Is there any plan to deploy an updated snapshot of maven-php-plugin to a public Maven repository?

mepeisen commented 12 years ago

Within the next days. Sry for the inactivity the last two months.

mepeisen commented 12 years ago

Just released a new one. Please retry it. If it does not work please send me some small project that reproduces the problem.

mepeisen commented 12 years ago

closed. If there are still problems please report them.

achingbrain commented 12 years ago

Sorry for my delay in replying - that appears to have solved the problem, thanks.