Home
>
Tags
>
2.0.0-beta-4
> 2.0.0-beta-4 Index
Maven
|
Donate
|
Archetypes
|
Stable
|
Latest
| Last Published: 2012-04-01 | Version: 2.0.0-beta-4
Modules
maven-php-plugin-test:2.0.0-beta-4
Main
Welcome
Get PHP-Maven
Preperation
Installation
Versions
Stable
Latest
Search
IDE Integration
Eclipse
Tutorial
Libraries (5min)
WebApp (5min)
ZendApp (5min)
All tutorials
Support
FAQ
Google group
Trac
Company cupport
About PHP-Maven
Usage
PHP-Modules
Donate
About us
Help wanted
Licence
Source code
2.0.0-beta-4 Index
Library project (quickstart)
Web project (quickstart)
Configuration
Tutorials
Test results
Developer infos
milestone plan
2.0.0
2.0.1
2.1
x.x (> 2.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.