Hi,
In maven-weblogic-plugin-1.0.0 the deployment tasks
should have the possibility to be forked in another JVM
version.
Reason : deployment to weblogic 8 won't work if Maven
is running on JDK 1.5, because weblogic 8 deployment
requires JDK 1.4.
Solution : add argument "jvm" to <java> tasks. The
default v alue should use ${maven.weblogic.javahome} to
find the weblogic java runtime.
Regards,
Davy Toch