jbossas / jboss-as-maven-plugin

Maven plugin to deploy applications to JBoss AS 7 (moved to https://github.com/wildfly/wildfly-maven-plugin)
74 stars 69 forks source link

JBASMP-49 Give the ability to specify the jboss-as dist artifact coordinates to use #54

Closed akram closed 11 years ago

akram commented 11 years ago

JBASMP-49 Give the ability to specify the jboss-as dist artifact coordinates to use

jamezp commented 11 years ago

I think I'm going to actually re-work both of these commits. I think the CommandContext.terminateSession() really should be invoked, but I can see it's a problem as it closes the client.

For JBASMP-49 I only want to rework it because I want to add the ability to download via a URL for something like EAP 6. While this might not be part of the same PR, I'd like to get it at least partially setup and I think this issue would be a good place to start working it in.

Regardless thanks for the PR! I'll probably steal bits of it for my changes ;)