wp-java-checkstyle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.washingtonpost</groupId>
<artifactId>wp-java-checkstyle</artifactId>
<version>2.0</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>
<artifactId>wp-java-checkstyle</artifactId>
<packaging>jar</packaging>
<version>2.0</version>
<name>Washington Post checkstyle checks, in JAR form</name>
<parent>
<groupId>com.washingtonpost</groupId>
<artifactId>wp-oss-parent-pom</artifactId>
<version>0.0.8</version>
</parent>
<scm>
<connection>scm:git:git@github.com:WPMedia/wp-java-checkstyle.git</connection>
<developerConnection>scm:git:git@github.com:WPMedia/wp-java-checkstyle.git</developerConnection>
<url>https://github.com/washingtonpost/wp-java-checkstyle</url>
<tag>2.0</tag>
</scm>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
</project>