Good question and it would be great to see how others tackle this prob.
I spent lots of time trying to figure out the best way too.:-)
Here's one possible solution:
1) You go to the project you made change and run mvn from there.
2) Figure out where the target files reside on the unzipped assembly and
replace the files while the server isn't running. Not sure if this
works for changes in car files, but seems to work fine for
geronimo-axis2*.jar. For admin console change, I think you can just
undeploy the previous modules and deploy the updated modules while the
server is running. (Tried this in v1.1 and worked fine.)
HTH Lin
Don Hill wrote:
Hi,
I know this is probably more of a maven question but after I do a mvn
clean install and I am working on some classes in
applications/console/geronimo-console-standard, what is the process that
is followed to build just this module and then do a 'mvn install \ mvn
-Ptools geronimo:start'
I just need a better way to perform build/test cycles.
Thanks.
Don