Maven for other languages? [closed]

Here’s some I know of. As to whether they are the most appropriate tool for a given language, form your own opinion.

Arbitrary “integrations” can be handled by using the exec-maven-plugin to invoke the relevant compiler and binding the execution to the compile phase.

There are also Maven-like products such as Byldan for .Net


Updated with Flex Mojos and dotnet-maven-plugin at Pascal‘s suggestion.

Leave a Comment