Changes
dIon Gillard
Peter Lynch
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
- commons-logging v1.0.3 -> v1.0.4
- dom4j v1.4-dev-8 -> v1.4
Removed dependency on non-public goal
war:initand computed the name of the WAR file by using the
maven.war.final.nameproperty from the WAR plugin.
Remove pom.getPluginContext code and replace with maven:get
Remove Ant dependency
Fix issues with DOM classes and jdk1.3
Add tag to get a J2EE Entity Resolver for use in other plugins
Upgrade to dom4j 1.4
Upgrade to dom4j 1.4-dev-8
Upgrade to commons-logging 1.0.3
Fixed class not found for war validator task
Updated docs so that they referred to the current release and not b5
Fix for jars not being included in an EAR file
Added the new
changes report.
Removed appserver plugin from the J2EE project workspace. The Maven appserver plugin is now a seperate project.