[ http://jira.codehaus.org/browse/MOJO-179?page=all ] Scott Ryan reopened MOJO-179: -----------------------------
There were a couple of issues I noticed on the check-in and since I do not have comit privileges yet I need someone to update the code tree. The file UnDeployMojo.java was renamed from UndeployMojo.java to UnDeployMojo.java and no longer compiles since the class name does not match the aritfact. If you can rename it to UndeployMojo.java that would fix that issue. I have attached a new pom.xml and site.xml to support site generation as well as a usage.apt which I modeled after the one in cobertura project. Let me know if there is anything I can do to help. This should fix the site generation and release generation issues. Scott Ryan I may need some help in using the 8.0 branch. I assume i am to make changes on that branch and then cut additional releases from that branch. THanks for all your help. > Maven-2 Weblogic Plugin > ----------------------- > > Key: MOJO-179 > URL: http://jira.codehaus.org/browse/MOJO-179 > Project: Mojo > Type: New Feature > Environment: Maven 2.0 and Weblogic 8.1.5 > Reporter: Scott Ryan > Assignee: Corridor Software Developer > Attachments: maven-weblogic-plugin-2.0-alpha-1-SNAPSHOT.jar, > maven-weblogic-plugin-2.8.0.jar, maven-weblogic-plugin-2.8.0.jar, > maven-weblogic-plugin-2.9.0-alpha.jar, pom.xml, sampleconfigfile.txt, > site.xml, weblogicplugin-2.8.0.zip, weblogicplugin-2.8.0.zip, > weblogicplugin-2.9.0.zip, weblogicplugin.zip > > > I have ported the maven 1.0 weblogic plugin over to Maven2.0. Currently it > is in alpha and only supports a subset of the functions of the Maven 1.0 > plugin. Today the plugin supports deploy, undeploy, redeploy, start > application and stop application. In order to use the plugin you will need > to place the plugin in the correct location in your repository. You will > also need to install a copy of the weblogic.jar from your installation into > the directory weblogic\weblogic\8.1.5.0\weblogic-8.1.5.0.jar in your > repository. You can use the 8.1.2,8.1.3, or 8.1.4 library but have to use > the 8.1.5.0 name for now. i am also working on a 9.0 version. There are > logical defaults for all parameters but below I have presented a sample of a > pom.xml plugin configuration for all parameters. The targets can be servers > or cluster names. All goal are tied to the integration-test phase. > I welcome all feedback and suggestions on what to add next and my team and I > will work to make it happen. I hope this moves to the sandbox soon. > <plugins> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>maven-weblogic-plugin</artifactId> > <configuration> > <adminServerHostName>localhost</adminServerHostName> > <adminServerPort>7001</adminServerPort> > <userId>weblogic</userId> > > <objectPath>${project.build.outputDirectory}/../${project.artifactId}.${project.packaging}</objectPath> > <password>weblogic</password> > <name>${project.artifactId}</name> > <staging>nostage</staging> > <targetNames> > <targetName>myserver</targetName> > </targetNames> > </configuration> > </plugin> > </plugins> -- 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
