I am working on MATLAB, Java and C / C ++ components that all interact but have completely different compilation / installation steps. We are not currently collecting anything for MATLAB, we are using maven2 for our Java build and modulation tests, and we are using autotools for our C / C ++ build and modulation tests.
I would like to move everything to the same build system and unit test using maven2, but could not find a plugin that would allow the C / C ++ codestream to remain autotools based and just wrap it in maven build. To get rid of autotools support and recreate all the dependencies in maven, it's most likely a transaction breaker, so I'm looking for a way for maven and autotools to play well together, instead of choosing between them.
Is this possible or even desirable? Are there any resources that I forgot?
source
share