I've been putting a little work into an OC4J Maven Plugin. I saw the JBoss and Tomcat maven plugins hosted here and thought this would be a good place for it.
Currently the plugin has the following goals: * deployEar * deployWar * restart * shutdown * startApplication * stopApplication * undeployApplication Currently I am hosting the project at http://www.ashlux.com/oc4j-maven-plugin/ and a repository for it located at http://www.ashlux.com/maven2/. Source code is being hosted on github: http://github.com/ashlux/maven-oc4j-plugin/tree/master. The plugin appears to work fine so the biggest chunk of work left is to improve the documentation, adding shitty tests (any suggestions with oc4j being a testing dependency?), and following the development guidelines. Does anyone have any interest in this? It sure beats this approach <http://chadthedeveloper.blogspot.com/2008/05/automated-deployment-to-oc4j-in-maven2.html>to using OC4J in Maven.
