Hi I really tried but I can't get a working PEAR package using the assembly descriptors. Therefore I reverted back to the original ant task inside the pom.xml and deleted the src/assembly/ant-package.xml. (the changes are not yet committed as they are mixed with the ones from my last mail)
Now a "mvn package" creates the following files: target/apache-log4php-2.0.0-incubating-src.tar.gz target/apache-log4php-2.0.0-incubating-src.zip target/log4php-2.0.0incubating.tgz The last one does not need a .zip counterpart and contains just package.xml log4php-2.0.0incubating/examples/... (copy of src/main/examples) log4php-2.0.0incubating/log4php/... (copy of src/main/php/) log4php-2.0.0incubating/CHANGELOG log4php-2.0.0incubating/changes.xml log4php-2.0.0incubating/LICENSE log4php-2.0.0incubating/NOTICE log4php-2.0.0incubating/README The directory structure is mangled as PEAR should install it under /usr/share/php/log4php/ resp. /usr/share/php/docs/log4php/. (I installed it and it really works :)) I commit the changes after we solve the other discussion. bye, -christian-
