[jboss-jira] [JBoss JIRA] (JBASMP-69) Enable the patch command

James Perkins (JIRA) issues at jboss.org
Thu May 8 13:35:56 EDT 2014


    [ https://issues.jboss.org/browse/JBASMP-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966395#comment-12966395 ] 

James Perkins edited comment on JBASMP-69 at 5/8/14 1:34 PM:
-------------------------------------------------------------

other CLI commands work, it does not recognize patch command only 

{code:xml}
              <configuration>
                    <execute-commands>
                      <commands>
                        <command>connect</command>  <!-- this command works fine -->
                        <command>patch apply --override-all /home/sappleto/jboss-eap-6.2.2.zip</command>  <!-- gives invalid command error --> 
                       </commands>
                    </execute-commands>
                </configuration>
{code}


was (Author: mannu_cse):
other CLI commands work, it does not recognize patch command only 

              <configuration>
                    <execute-commands>
                      <commands>
                        <command>connect</command>  <!-- this command works fine -->
                        <command>patch apply --override-all /home/sappleto/jboss-eap-6.2.2.zip</command>  <!-- gives invalid command error --> 
                       </commands>
                    </execute-commands>
                </configuration>

> Enable the patch command
> ------------------------
>
>                 Key: JBASMP-69
>                 URL: https://issues.jboss.org/browse/JBASMP-69
>             Project: JBoss AS Maven Plugins
>          Issue Type: Feature Request
>    Affects Versions: 7.5.Final
>            Reporter: Shaun Appleton
>            Assignee: James Perkins
>
> A new patching mechanism was introduced for EAP. This involves the new cli command: patch
> This is a request to extend the maven plugin to be able to run the patch command as some customers would like to use this.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jboss-jira mailing list