If you are talking about the jboss-maven-plugin used for starting/stopping/deploying applications to jboss, it certainly is not deprecated.
http://mojo.codehaus.org/jboss-maven-plugin/ As for its history...I wrote it since I used the maven 1.0 version and there wasn't a 2.0 version. I have had numerous patches made to it by the community and it works pretty hunky-dory. ;-) Here is the code: http://svn.codehaus.org/mojo/trunk/mojo/jboss-maven-plugin/ Here is the plugin: http://www.ibiblio.org/maven2/org/codehaus/mojo/jboss-maven-plugin/1.3.1/ If you are talking about the JBoss sar plugin...note it has become the jboss-packaging maven plugin, which packages sars and more. It was originally the sar plugin, but there was some discussion on a packaging plugin which packages more than just sar files for jboss. Thus that code was integrated into the packaging plugin. Jeff David Whitehurst wrote: > Can someone tell me about the history of the jboss plugin? Why it's > deprecated? Where can I get the last working code? And can I get it > back in favor? I want to use it with Maven2 and have it in the AppFuse2 pom. > > > David --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
