code.quality
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>code.quality</artifactId>
<version>1.5</version>
</dependency><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.kaazing</groupId>
<artifactId>community</artifactId>
<version>2.17</version>
</parent>
<artifactId>code.quality</artifactId>
<packaging>jar</packaging>
<version>1.5</version>
<name>Code Quality</name>
<url>https://github.com/kaazing/code.quality</url>
<description>Configuration for code quality tools such as Checkstyle, FindBugs and PMD.</description>
<scm>
<url>https://github.com/kaazing/code.quality.git</url>
<connection>scm:git:https://github.com/kaazing/code.quality.git</connection>
</scm>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
</project>