Jerome,
I'm seeing the same "missing executable argument problem".
I'm using exec-maven-plugin 1.1-beta-1
My maven POM section is below. I'm pretty sure i have the
groupId/artifactID correct.
Also, is there any way to fork (ie run the executed command in the
background) aside from putting a & in the shell script itself?
Specifying -Dexec.executable=runExchange.sh does work, but i can't get
it to work from inside maven POM itself.
thanks!
POM:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<configuration>
<executable>runExchange.sh</executable>
</configuration>
<executions>
<execution>
<id>start-exchange</id>
<phase>pre-integration-test</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
</plugin>
Error:
[INFO] One or more required plugin parameters are invalid/missing for
'exec:exec'
[0] inside the definition for plugin: 'exec-maven-plugin'specify the following:
<configuration>
<executable>VALUE</executable>
</configuration>
-OR-
on the command line, specify: '-Dexec.executable=VALUE'
--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]