Regarding Automating Deployment to JBoss from Nexus

2011-01-31 Thread Tirumal Reddy Moolamalla
Hi All, Currently I am able to build my artifacts using Maven and successfully published to Nexus repository. I want to deploy deploy the war files and other configuration zip files from Nexus to the remote Jboss server. I have few doubts regarding this. 1)Can I use separate pom.xml file

Maven Assembly Plug-in - Creating custom root folder inside TAR file

2011-01-20 Thread Tirumal Reddy Moolamalla
Hi, I want to create a tar file using assembly plugin. I am able to do create a tar file but unable to customize the root folder. It always is project/module name. For example: My module name is Example and I want to create Example.tar file and it should directly contain MyFolder. But when I

RE: Maven Assembly Plug-in - Creating custom root folder inside TAR file

2011-01-20 Thread Tirumal Reddy Moolamalla
I got solution to this. You just need to put includeBaseDirectoryfalse/includeBaseDirectory in your assembly descriptor file. Regards, Tirumal Reddy M -Original Message- From: Tirumal Reddy Moolamalla [mailto:t.moolama...@zensar.com] Sent: Thursday, January 20, 2011 5:04 PM To: users

Maven JBoss Plugin - Best Plugin to use

2011-01-13 Thread Tirumal Reddy Moolamalla
Hi, I want to deploy the artifacts to JBoss AS using maven plug-in. I came across two plug-in for this use case (Cargo Plug-in and Jboss-Maven-Plug-in from Codehaus). Please suggest which one is best? Regards, Tirumal Reddy M

RE: Maven Repository - Handling configuration Files

2011-01-12 Thread Tirumal Reddy Moolamalla
Thanks Wayne, If I do this and create a new .zip or some other artifact for my configuration files, is it possible to deploy this by extracting the config files to specific location using Cargo plugin? Regards, Tirumal Reddy M -Original Message- From: Wayne Fay

Maven Repository - Handling configuration Files

2011-01-11 Thread Tirumal Reddy Moolamalla
Hi, I have a doubt regarding distributing configuration files which needs to be deployed in application server. But these files needs to be separated from the web achieve. I am publishing the web archive and other artifacts to remote repository, from where I am picking up and deploying them to