it-java-semantic
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.sonarsource.java</groupId>
<artifactId>it-java-semantic</artifactId>
<version>6.6.0.22815</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.java</groupId>
<artifactId>java-its</artifactId>
<version>6.6.0.22815</version>
</parent>
<artifactId>it-java-semantic</artifactId>
<packaging>pom</packaging>
<name>SonarQube Java :: ITs :: Semantic</name>
<inceptionYear>2017</inceptionYear>
<organization>
<name>SonarSource</name>
<url>http://www.sonarsource.com</url>
</organization>
<modules>
<module>java-debugging-plugin</module>
<module>tests</module>
</modules>
<profiles>
<profile>
<id>it-semantic</id>
<properties>
<skipTests>false</skipTests>
</properties>
</profile>
</profiles>
</project>