Hello,
I have 5 sub-projects. Each sub-project generates some java classes from WSDLs included in each project. 4 projects use the version 1.0 of the axistools-maven-plugin, and only one project (the last one in the module list) uses the version 1.3 declared in his pom. When I try to execute 'mvn compile -e' from parent project, I'm seeing that maven always uses the version 1.0 for all projects. It seem's that maven caches the version of used plugin and don't apply the correct version for the last project Win XP, JDK 1.5.16, Maven 2.0.9/JDK I would appreciate any help. Yevgen
