javaee / glassfish-maven-plugin-legacy

Other
1 stars 5 forks source link

Support for --target parameter on deployment/undeployment #8

Open glassfishrobot opened 13 years ago

glassfishrobot commented 13 years ago

The deploy, redeploy and undeploy goals should support the --target parameter of "asadmin deploy" to operate on a given cluster or instance.

Environment

GlassFish 3.1

glassfishrobot commented 13 years ago

Reported by thg99de

glassfishrobot commented 12 years ago

btsou said: The attached patch adds support for the --target option.

To specify the target, Assign the target to the property $

{glassfish.target}

in the POM.

glassfishrobot commented 12 years ago

tylersouthwick said: Any news on this? We need this or the plugin is pretty useless to us. We want to use the plugin as part of our continuous build, but our servers are clustered so we need to be able to specify the target.

glassfishrobot commented 12 years ago

tylersouthwick said: The patch that I submitted is the same as the other patch but it also adds support for target with undeploy

glassfishrobot commented 12 years ago

btsou said: I wonder if there is any chance these patches will get rolled in. It'd be nice if I can use the official maven-glassfish-plugin instead of my own distribution.

glassfishrobot commented 12 years ago

tylersouthwick said: do you have a fork of it at github/bitbucket? I'm thinking of creating one to get more community involvement.

glassfishrobot commented 12 years ago

btsou said: I have a fork of it in my company's private Subversion and Maven repository. Let me know (btsou@kebok.com) if you do create a public repository. I'd be very interested in getting involved and providing any help I can.

glassfishrobot commented 12 years ago

File: MAVEN_GLASSFISH_PLUGIN-8.patch Attached By: btsou

glassfishrobot commented 12 years ago

File: target_added_to_undeploy.patch Attached By: tylersouthwick

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA MAVEN_GLASSFISH_PLUGIN-8