On Jun 13, 2008, at 7:42 AM, Aaron Evans wrote:

Just an update to this:

I was able to take a copy of the exploded jetspeed-layouts from my
jetspeed implementation, add my changes and then war it up and
re-deploy it and that worked.

However, I would really like to make this part of my build process and
also be able to make changes to the layouts configs and then run some
maven command to build and deploy just the jetspeed layouts.

However, in my generated portal project (again, I did the binary build
using the plugin), I cannot find any trace of the jetspeed-layouts
application, so I'm not sure how I would go about doing this.


You should be able to simply update the portlet.xml in the deployed area and it will pick it up
At least that works in 2.1.3, just tested it

As for automating the portlet.xml override in a Maven build, is it a Maven-1 or Maven-2 build? Either way, recommend creating a modified jetspeed-layouts.war with your portlet.xm inside it

With Maven-1, you can pretty easily write a goal to do that for you
With Maven-2, I was hoping you could put this project into your custom project under applications Unfortunately this will not be treated as a local application, we don't have a local-application prototype



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to