I have C# project. when I analyzed the project the gallio plugin is not executing. It says that,
Gallio won't execute as there are no test projects.
But i have test project. In my pom.xml file test pattern is
<visual.test.project.pattern>*.Tests;*.Test</visual.test.project.pattern>
why this happens? I have Ncover 3 installed in my system. when i analyze the project with mvn sonar:sonar, I had sets properties as
-Dsonar.gallio.coverage.tool=NCover
-Dsonar.dotnet.test.assemblies="Assembly files"