RE: Maven Plugin - Deploy VMs
For updating the vm and xreg file after initial deploy, I just manually copy the file to the container (requiring bouncing the container for the xreg file). I have never done that using Maven. I suppose you can write your own goal in Maven to achieve that. If anyone else has done that before, I am all ear. Andy -Original Message- From: Bob Fleischman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:03 PM To: 'Jetspeed Users List' Subject: RE: Maven Plugin - Deploy VMs Thanks. I got that far and used Maven:Deploy. Which copies my XREG and VM files. My question is, after the initial deploy, if I modify the VM or XREG files in Eclipse is there a quick way to redeploy these files. Jetspeed:hotdeploy works for java files but not for templates and the conf directory. Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 7:13 PM To: [EMAIL PROTECTED] Subject: RE: Maven Plugin - Deploy VMs I have been doing the similar thing for jetspeed 1.5. After you run the "maven jetspeed:genapp". Go to "//src/webapp/WEB-INF/conf" to create your own xreg file. This new xreg file will be included in your application war file. If you want to modify a xreg file from the Jetspeed distribution, you can copy the original file to the same folder and modify it. When you build your war file using Maven plugin, it will replace the one from the Jetspeed distribution. Similar approach can be used for the vm template as well. You need to manually create the "templates" folder and its subfolder under the WEB-INF. The folder structure will be the same as the Jetspeed's. Whatever you modified will replace the original one from Jetspeed when it is built. I did not dig too deep into how maven does it. As least this is what I observe. Hopefully this helps. Andy -Original Message- From: Bob Fleischman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 12:23 PM To: Jetspeed Users List (E-mail) Subject: Maven Plugin - Deploy VMs Is there any way using the mavne plugin to deploy changes to VMs or XREG files??? Thanks Bob Fleischman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Maven Plugin - Deploy VMs
Thanks. I got that far and used Maven:Deploy. Which copies my XREG and VM files. My question is, after the initial deploy, if I modify the VM or XREG files in Eclipse is there a quick way to redeploy these files. Jetspeed:hotdeploy works for java files but not for templates and the conf directory. Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 7:13 PM To: [EMAIL PROTECTED] Subject: RE: Maven Plugin - Deploy VMs I have been doing the similar thing for jetspeed 1.5. After you run the "maven jetspeed:genapp". Go to "//src/webapp/WEB-INF/conf" to create your own xreg file. This new xreg file will be included in your application war file. If you want to modify a xreg file from the Jetspeed distribution, you can copy the original file to the same folder and modify it. When you build your war file using Maven plugin, it will replace the one from the Jetspeed distribution. Similar approach can be used for the vm template as well. You need to manually create the "templates" folder and its subfolder under the WEB-INF. The folder structure will be the same as the Jetspeed's. Whatever you modified will replace the original one from Jetspeed when it is built. I did not dig too deep into how maven does it. As least this is what I observe. Hopefully this helps. Andy -Original Message- From: Bob Fleischman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 12:23 PM To: Jetspeed Users List (E-mail) Subject: Maven Plugin - Deploy VMs Is there any way using the mavne plugin to deploy changes to VMs or XREG files??? Thanks Bob Fleischman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Maven Plugin - Deploy VMs
I have been doing the similar thing for jetspeed 1.5. After you run the "maven jetspeed:genapp". Go to "//src/webapp/WEB-INF/conf" to create your own xreg file. This new xreg file will be included in your application war file. If you want to modify a xreg file from the Jetspeed distribution, you can copy the original file to the same folder and modify it. When you build your war file using Maven plugin, it will replace the one from the Jetspeed distribution. Similar approach can be used for the vm template as well. You need to manually create the "templates" folder and its subfolder under the WEB-INF. The folder structure will be the same as the Jetspeed's. Whatever you modified will replace the original one from Jetspeed when it is built. I did not dig too deep into how maven does it. As least this is what I observe. Hopefully this helps. Andy -Original Message- From: Bob Fleischman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 12:23 PM To: Jetspeed Users List (E-mail) Subject: Maven Plugin - Deploy VMs Is there any way using the mavne plugin to deploy changes to VMs or XREG files??? Thanks Bob Fleischman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]