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

Generated a non-valid phar file #16

Open wikier opened 12 years ago

wikier commented 12 years ago

Playing a bit with the php maven plugin, I realized that generates non-valid phar packages, or at least my php runtime says that is "unable to execute this phar".

Do you have any idea what I'm doing wrong?

I simply ran:

$ mvn package 
wikier commented 12 years ago

I've just checked, and the result is the same with compression both enable and disabled, just in case may help.

wikier commented 12 years ago

The original source is in the phar, checked extracting it using https://github.com/koto/phar-util, so not idea what wrong...

BTW, the project where I'm trying this is at http://code.google.com/p/lmf/source/browse/lmf-client/lmf-client-php/pom.xml