Hey gang,

I'm desiring to deploy (not in the maven sense, as to a repository, but in the application sense, to a runtime environment) a build artifact (a WAR specifically) to its application server. Specifically, I would like to deploy my built war file to JBoss using maven. I have a couple of questions regarding this:

1. What phase of the maven lifecycle should this be done in?

2. What is the generally accepted means of doing this?

3. How does testing a WAR in an appserver map to the testing phase of the maven lifecycle, or does it? The testing phase is generally unit testing, but the testing of a WAR requires the deployment of the WAR into an appserver (generally). What is the recommended means for handling this situation?

Thanks -- your advice is greatly appreciated!

Brad

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

Reply via email to