[jboss-jira] [JBoss JIRA] (WFLY-1058) Allow the CLI to deploy maven projects

Jason Greene (JIRA) jira-events at lists.jboss.org
Tue Apr 23 17:12:54 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Greene reassigned WFLY-1058:
----------------------------------

    Assignee: Alexey Loubyansky  (was: Ondrej Zizka)


Fix invalid assign from migration
                
> Allow the CLI to deploy maven projects
> --------------------------------------
>
>                 Key: WFLY-1058
>                 URL: https://issues.jboss.org/browse/WFLY-1058
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Server
>            Reporter: Nicholas DiPiazza
>            Assignee: Alexey Loubyansky
>
> Allow users to deploy Maven projects directly from the CLI.
> Create a new command "mavendeploy"
> This will take a pom.xml for a war, ear or ejb project and will maven build, then deploy to the server using the DeployHandler.
> First iteration of this would take same parameters as "deploy" except for one, --goals that specifies what goals to build the project with before deploying. (this makes it so you can clean before install, or just install, or call whatever goal that is needed to build the artifact).
> Examples:
> [standalone at localhost:9999 /] mavendeploy C:\workspace\test-webapp\pom.xml
> [standalone at localhost:9999 /] mavendeploy C:\workspace\test-webapp\pom.xml --goals="clean install"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list