PayPal - The safer, easier way to pay online!

milestone plan

release notes for 2.0.0-RC-1

release notes for 2.0.0-beta-4

  • New doctrine archetype.
  • Eclipse plugin version 2.0.2 (update-uri http://www.php-maven.org/eclipse/update)
  • Fixture for special kind of jars/zips
  • Various Pear fixtures
  • Fix for single phpunit testing
  • Added system path for phpdoc batch lookup
  • Rework on lint-validation for php-files

release notes for 2.0.0-beta-3

  • fixed unit tests; see test results
  • complete reworking of plugins code
    • new module "maven-php-core": utility library to configure plexus components via pom
    • new module "maven-php-exec": PHP (cli) execution support
    • new module "maven-php-project": PHP (cli) execution support for PHP projects (with include paths for php-maven)
    • new module "maven-php-phar": Phar utility to create and extract phar archives
    • new module "maven-php-pear": Pear support to read remote PEAR (REST) channels and to utilize pear installations
    • new module "maven-php-phpunit": Supports execution of phpunit tests
    • new module "maven-php-phpdoc": Phpdoc report generation
    • new module "maven-php-validate-lint": (future) will perform syntax lint checks on php files
  • fixed debian suhosin bug that caused the phar utility to not work correctly.
  • fixed many phpunit issues that are related to various version incompatibilities from V3.2 up to V3.6.
  • fixed phpunit false reports
  • phar fixtures for linux/unix mentioned on the google groups (SKIP_DOTS etc.)
  • repository rework; splittet into: phar, pear, php, plugins, 3rd party. No update of configuration is needed.
  • INCOMPATIBLE CHANGE: xworlds.org was cleared and will not mirror php-maven any longer.
  • INCOMPATIBLE CHANGE: some configuration options were changed due to the refactoring; see the new configuration page
  • fixed archetypes filtering of javascript files
  • Fixed many issues caused by broken pear imports
  • Fixed many linux related problems (tested with debian and php5.3 suhosin)

release notes for 2.0.0-beta-2

  • Contains Hotfixes, see Google groups
  • Propert setting source folder/ new parent pom for php projects. #14 of trac
  • Several common projects imported. #22 of trac
  • PHPUnit tests with dependencies to other classes are now executed. #37 of trac
  • Several bugfixes on extracting phar dependencies. #39 of trac
  • zend-archetype as a sample for web applications.