[jboss-jira] [JBoss JIRA] Updated: (JBBUILD-478) Create "deploy", "undeploy" Mojos for maven-jboss-as-control-plugin
Antony Stubbs (JIRA)
jira-events at lists.jboss.org
Sat Jul 12 03:51:26 EDT 2008
[ http://jira.jboss.com/jira/browse/JBBUILD-478?page=all ]
Antony Stubbs updated JBBUILD-478:
----------------------------------
Attachment: jboss-server-manager-2.patch
maven-jboss-plugins-aggregator-2.patch
An update on the work.
This patch includes a couple of fixes, and a couple things I left out of the last patch (pom updates) and a bug fix.
It also uncludes a Gradle [1] build file for jboss-server-manager (Gradle is a brand new alternative to Maven). I also used it to test some work I've been doing on it - more info here:
http://stubbisms.wordpress.com/2008/07/11/groovy-converter-from-maven-to-gradle-dependencies-gradle-154/
It also include an alternative implementation of the Mojo's written as Groovy Mojos. This was done mainly out of my own interest, I've been waiting for a good reason to try a Groovy Mojo.
It also includes the required modifications to the pom to add Groovy support to the build.
It also includes eclipse launch configurations I used to test the plugin.
[1] - http://www.gradle.org/
> Create "deploy", "undeploy" Mojos for maven-jboss-as-control-plugin
> -------------------------------------------------------------------
>
> Key: JBBUILD-478
> URL: http://jira.jboss.com/jira/browse/JBBUILD-478
> Project: JBoss Build System
> Issue Type: Task
> Reporter: Andrew Lee Rubinger
> Assigned To: Andrew Lee Rubinger
> Attachments: jboss-server-manager-2.patch, jboss-server-manager.patch, maven-jboss-as-control-example alternate pom.patch, maven-jboss-as-control-example.patch, maven-jboss-plugins-aggregator-2.patch, maven-jboss-plugins-aggregator.patch
>
>
> The JBoss AS Control Plugin currently has Mojos for "createConfiguration", "start", and "stop". We need to add both a "deploy" and "undeploy" Mojo which delegates to congruent functionality from jboss-server-manager.
> Existing Mojos:
> http://anonsvn.jboss.org/repos/maven/plugins/jboss/trunk/maven-jboss-as-control-plugin/src/main/java/org/jboss/maven/plugins/as/control/mojo/
> Root Checkout Location:
> http://anonsvn.jboss.org/repos/maven/plugins/jboss/trunk
> Server Manager (Powers the maven-jboss-as-common delegates):
> http://anonsvn.jboss.org/repos/jbossas/projects/server-manager/trunk/
> After these are created, configuration to use them should be added to the "maven-jboss-as-control-example" project, following examples already in place in the POM. This is the self-documenting usage project which may also prove its validity.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list