I am trying to set-up a hudson instance running to download and build my project from svn. Also I am using hudson deployment plugin to deploy the ear to a remote jboss instance (jboss-5.1.0). Here is the details of my hudson and deploy plugin
Hudson Deploy Plugin
Url: http://wiki.hudson-ci.org/display/HUDSON/Deploy+Plugin
Plugin-Version: 1.7
Hudson-Version: 2.1.1
I think this plugin uses the Jboss ProfileService api for the deployment. The issue what I am facing is myproject.ear is getting deployed as myproject.ear.war , this looks like some configuration which I need to change either in my jboss or in hudson side. I am seeing some War deploy related config settings in my profileservice-jboss-beans.xml in default/deploy folder of jboss. Please help me to fix this issue.
I think jboss-5.1 isn't supported by this version of plugin