web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.sonarsource.web</groupId>
<artifactId>web</artifactId>
<version>2.6.0.1053</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.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>44</version>
</parent>
<groupId>org.sonarsource.web</groupId>
<artifactId>web</artifactId>
<version>2.6.0.1053</version>
<packaging>pom</packaging>
<name>SonarSource :: Web</name>
<url>http://redirect.sonarsource.com/plugins/web.html</url>
<inceptionYear>2010</inceptionYear>
<organization>
<name>SonarSource and Matthijs Galesloot</name>
</organization>
<developers>
<developer>
<id>mgalesloot</id>
<name>Matthijs Galesloot</name>
<email>matthijs@codehaus.org</email>
</developer>
<developer>
<id>fabemn</id>
<name>Fabrice Bellingard</name>
<organization>SonarSource</organization>
</developer>
<developer>
<id>dbolkensteyn</id>
<name>Dinesh Bolkensteyn</name>
<organization>SonarSource</organization>
</developer>
</developers>
<modules>
<module>sonar-web-plugin</module>
</modules>
<scm>
<connection>scm:git:git@github.com:SonarSource/sonar-web.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonar-web.git</developerConnection>
<url>https://github.com/SonarSource/sonar-web</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>JIRA</system>
<url>https://jira.sonarsource.com/browse/SONARWEB</url>
</issueManagement>
<properties>
<license.name>AL2</license.name>
<license.owner>SonarSource SA and Matthijs Galesloot</license.owner>
<license.mailto>sonarqube@googlegroups.com</license.mailto>
<gitRepositoryName>sonar-web</gitRepositoryName>
<orchestrator.version>3.14.0.887</orchestrator.version>
<junit.version>4.12</junit.version>
<sslr.version>1.22</sslr.version>
<assertj.version>3.5.2</assertj.version>
<artifactsToPublish>${project.groupId}:sonar-web-plugin:jar</artifactsToPublish>
</properties>
<profiles>
<profile>
<id>its</id>
<modules>
<module>its</module>
</modules>
</profile>
</profiles>
</project>