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
