[ 
http://jira.codehaus.org/browse/MSQL-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MSQL-13.
------------------------------

       Resolution: Won't Fix
    Fix Version/s: 1.4
         Assignee: Robert Scholte

Like Dan said: it's not possible. Read [Guide configuring plugins#Using the 
executions Tag| 
http://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag]
 and you'll see why. Only binding several executions to the same phase and 
running maven by this phase will give the desired result. You might want to use 
it together with a profile, just a suggestion.

> Running multiple transaction sets without binding to a build life cycle phase.
> ------------------------------------------------------------------------------
>
>                 Key: MSQL-13
>                 URL: http://jira.codehaus.org/browse/MSQL-13
>             Project: Maven 2.x SQL Plugin
>          Issue Type: Improvement
>            Reporter: Zach Legein
>            Assignee: Robert Scholte
>             Fix For: 1.4
>
>
> In order to run multiple transaction sets as described in the [exmples 
> page|http://mojo.codehaus.org/sql-maven-plugin/examples/execute.html], users 
> need to bind the transactions with their configurations to a build life cycle 
> phase.
> It would be nice to be able to run something configured similar as what is in 
> the [exmples 
> page|http://mojo.codehaus.org/sql-maven-plugin/examples/execute.html] using 
> simply {{mvn sql:execute}}, instead of binding to a particular build life 
> cycle phase.
> Currently running {{mvn sql:execute}} by itself will only process what is in 
> the global configurations, which, apply to all the executions in the example, 
> but obviously will not run the executions themselves.
> If you have only one set of transactions you can simply put everything in 
> this global configuration group and get the desired result, but if you have 
> more than one transaction set, as does this example, then this will not work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to