[ http://jira.codehaus.org/browse/MOJO-219?page=comments#action_59619 ]
Scott Ryan commented on MOJO-219: --------------------------------- What version of weblogic are you wanting to support 8.1 or 9.1? I could add it to the existing weblogic plugin if you like. > Could you create maven2 Plugin for > weblogic.management.commo.WebLogicMBeanMaker > ------------------------------------------------------------------------------- > > Key: MOJO-219 > URL: http://jira.codehaus.org/browse/MOJO-219 > Project: Mojo > Type: Wish > Components: Plugin Submission > Reporter: Sebastian Bloch > > > Could you create maven2 Plugin for > weblogic.management.commo.WebLogicMBeanMaker. Right now we have to use > something like this: > <goal name="build.mdf" description="helper do budowy MDF'ow (mbean definition > file)"> > <path id="build.mdf.classpath"> > <path refid="maven.dependency.classpath"/> > <pathelement path="${env.JAVA_HOME}/lib/tools.jar"/> > <pathelement path="${wlslib.dir}/weblogic.jar"/> > <pathelement path="${tmp.dir}"/> > </path> > <java classname="weblogic.management.commo.WebLogicMBeanMaker" > fork="true" failonerror="true" verbose="true"> > <classpath refid="build.mdf.classpath"></classpath> > <arg > line="-MDF ${tmp.dir}/${mdf} -files ${tmp.dir} > -createStubs"/> > </java> > </goal> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
