http://mojo.codehaus.org/exec-maven-plugin/usage.html

Through embedding shell scripts/Make into Maven is not generally condoned,
since it is easy to break portability. It's a good way to get started
quickly (like the antrun plugin), but not a long-term solution.

Eric

On 5/23/07, Dennis Cook <[EMAIL PROTECTED]> wrote:

Most of the code that makes up my projects is java.  However, there is a
smattering of 'C' for drivers and JNI support, this is now compiled using
make to invoke the compilers.  I also have a shell script (executed from the
make) that creates a linux FS image that contains all my compiled code.

I have found a maven-native plugin.  It does not explicitly mention icc
compiler support; anyone used this plugin with the Intel compiler?

I also found a maven shell plugin, but it says it is no longer
supported.  Is there some replacement for running shell scripts?

Dennis




--
Eric Redmond
http://www.sonatype.com

Reply via email to