Writing the output of a command execution into a Maven Variable, so that it can be used later

2008-01-30 Thread Christian Weber
Hi all, i have a Problem in writing the Output of a Command-Execution into a Maven Variable, so that it can be used later. I successfully have executed the following into a maven-antrun-plugin: -- Code Snippet plugin

Re: Writing the output of a command execution into a Maven Variable, so that it can be used later

2008-01-30 Thread Wayne Fay
You can do this with a real Mojo by attaching the variable to Maven Project. But you can't do this in a simple Antrun plugin config. So you'll need to write some Java or Groovy etc. Wayne On 1/30/08, Christian Weber [EMAIL PROTECTED] wrote: Hi all, i have a Problem in writing the Output of a