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

Werner Guttmann reopened MSQL-43:
---------------------------------


I can see a valid point here, but I think that setting this at a global level 
is not really ideal. With the maven-surefire-plugin, as pointed out above, the 
solution implemented allows for a local setting that might not affect 
everythign else (especially when used in forking mode). So maybe the 
maven-sql-plugin could still go about a similar solution ? 

> System properties configuration.
> --------------------------------
>
>                 Key: MSQL-43
>                 URL: https://jira.codehaus.org/browse/MSQL-43
>             Project: Maven 2.x SQL Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.4
>            Reporter: Felix Röthenbacher
>            Assignee: Robert Scholte
>         Attachments: sql-maven-plugin.patch.txt
>
>
> Add configuration settings for adding system properties. This proves useful 
> for a database like Apache Derby which allows configuration of logs files 
> (derby.log) through system properties, e.g. derby.stream.error.file.
> A patch is provided.
> System properties are added in the configuration section, e.g.:
>         <configuration>
>           <...>
>           <systemProperties>
>             <property>
>               <name>derby.stream.error.file</name>
>               <value>${project.build.directory}/derby.log</value>
>             </property>
>           </systemProperties>
>         </configuration>

--
This message is automatically generated by JIRA.
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