I see. You are using the java dependencies for build plugins? Otherwise this won't make any sense. Dependencies for build plugins should be defined alongside the build plugin itself and not at the regular dependencies. The top level dependencies tag is used for the project dependencies. See http://maven.apache.org/pom.html#Plugins for details. Although I will try to fix php-maven you should change this in your pom file and retry.
Some other remarks: jar dependencies are working with php-maven 2.0 but you may change them to phar dependencies of the php-maven repository. For example: http://nexus.php-maven.org/index.html#nexus-search;gav~de.phpunit~PHPUnit~~~~kw,versionexpand(synchronized fdaily with official phpunit pear channel) http://nexus.php-maven.org/index.html#nexus-search;gav~com.zend.framework~framework~~~~kw,versionexpand(synchronized daily with zend homepage) On Thu, Apr 19, 2012 at 10:21 AM, dandart <[email protected]> wrote: > > Is one of your dependencies a java project? > Yes - we use: > net.java.dev.jets3t/jets3t > net.java.dev.jets3t/synchronize > > > Maybe this is an issue with > > php-maven too that it behaves wrong with some types of dependencies. > > Please send me the debug output (cli option -X) directly to let me check > > there is nothing wrong with php-maven itself. > > Hi, > Here is the affected portion with -X: > > https://gist.github.com/2419599 > > Cheers > Dan > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-2-to-3-migration-problem-tp5649678p5651187.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
