dotnet
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.codehaus.sonar-plugins.dotnet</groupId>
<artifactId>dotnet</artifactId>
<version>2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.sonar-plugins</groupId>
<artifactId>parent</artifactId>
<version>16</version>
</parent>
<groupId>org.codehaus.sonar-plugins.dotnet</groupId>
<artifactId>dotnet</artifactId>
<packaging>pom</packaging>
<version>2.1</version>
<name>Sonar .NET Ecosystem</name>
<inceptionYear>2010</inceptionYear>
<url>http://docs.codehaus.org/display/SONAR/C%23+Plugins+Ecosystem</url>
<organization>
<name>Codehaus Sonar Plugins</name>
<url>http://sonar-plugins.codehaus.org/</url>
</organization>
<developers>
<developer>
<id>fabemn</id>
<name>Fabrice Bellingard</name>
</developer>
<developer>
<id>alex</id>
<name>Alexandre Victoor</name>
</developer>
<developer>
<id>jose</id>
<name>Jose Chillan</name>
</developer>
</developers>
<modules>
<!-- We need to decide what to do with this module...
<module>maven</module>
-->
<module>sonar</module>
<module>tools</module>
</modules>
<scm>
<connection>scm:git:git@github.com:SonarCommunity/sonar-dotnet.git</connection>
<developerConnection>scm:git:git@github.com:SonarCommunity/sonar-dotnet.git</developerConnection>
<url>https://github.com/SonarCommunity/sonar-dotnet</url>
<tag>2.1</tag>
</scm>
<issueManagement>
<system>JIRA</system>
<url>http://jira.codehaus.org/browse/SONARDOTNT</url>
</issueManagement>
<ciManagement>
<system>Cloudbees</system>
<url>https://sonarplugins.ci.cloudbees.com/job/dotnet/</url>
</ciManagement>
<properties>
<license.owner>Jose Chillan, Alexandre Victoor and SonarSource</license.owner>
<sonar.version>3.0</sonar.version>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>
<build>
<pluginManagement>
<plugins>
<!-- TO BE REMOVED ONCE THE PARENT POM HAS UPGRADED TO 1.5+ VERSION OF THIS PLUGIN -->
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<version>1.5</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>release</id>
<modules>
<module>distribution</module>
</modules>
</profile>
</profiles>
</project>