I'm trying to write a plugin for maven, which will de-archive a WAR or EAR,
filter in environment-specific configurations, re-archive the application,
backup the old version of the running app, and deploy the new version.

 

I know that the words 'install' and 'deploy' have a distinct meaning in
mavenese, and I'm wondering if there is any consensus about what term I
should use to address my process, in order to avoid confusion with these
other processes. The two taken terms are the obvious choices, but other than
those, I'm at a loss.

 

I know this seems like a trivial question, but it is extremely important
when you consider that I'm going to be attempting to present the packaging
and deployment (from version control to running application) to my
management.

 

Does anyone have any suggestions?

 

Thanks,

John

Reply via email to