Anyone had experience of managing C# based projects with Maven?
If yes , please tell me a few words about it , how weird would it be to create such a setup.
maven-compiler-plugin with plexus-compiler-csharp works just fine with the following configuration. Of course you'll have to point to an actual C# compiler on your machine with the "executable" parameter.
org.apache.maven.plugins
maven-compiler-plugin
3.0
csharp
true
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe
myDLL
org.codehaus.plexus
plexus-compiler-csharp
2.2