Hi,
The WebLogic deployer supports 'generic' deployment,
meaning that the WebLogic (re)deployment tasks to
deploy a war, jar (ejb), ear, rar are identical.
1) So I wonder why a separate goal was created for each
component type to be deployed (and use
maven.weblogic.source instead of using
maven.weblogic.ear, maven.weblogic.war,
maven.weblogic.war.src, ...)
2) On the other hand a basic usage of Jelly scripting
would greatly reduce the number of lines in plugin.jelly.
This is illustrated in the maven.xml file that is
included with this post.
Regards,
Davy Toch
Script containing generic WebLogic (re)deployment goals.