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

Jay Dolan updated MEXEC-27:
---------------------------

    Attachment: exec-maven-plugin.patch

I've attached an extension to my original patch.  The extension introduces a 
"failOnError" boolean to allow the plugin to perform "optional" jobs 
(nice-to-have's).  Set failOnError to false in the <configuration> element of 
your pom.

> Add outputFile support for capturing exec invocations (patch attached)
> ----------------------------------------------------------------------
>
>                 Key: MEXEC-27
>                 URL: http://jira.codehaus.org/browse/MEXEC-27
>             Project: Mojo Exec Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.0.2
>            Reporter: Jay Dolan
>         Attachments: exec-maven-plugin.patch, 
> exec-maven-plugin_add-output-file.patch
>
>
> Attached is a patch which adds optional outputFile support so that exec 
> invocations may be captured to a text file, e.g.:
> <configuration>
>       <executable>/usr/bin/svnversion</executable>
>       <outputFile>src/main/webapp/version.txt</outputFile>
> </configuration>
> When no outputFile is present, System.out is used for stdout rather than 
> getLog().info().

-- 
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