Repository: commons-rng Updated Branches: refs/heads/checkstyle [created] 12265655b
Cleanup tabulation and spacing, align to the project layout Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/12265655 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/12265655 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/12265655 Branch: refs/heads/checkstyle Commit: 12265655bddbd6057790a4963f3d3356d381435b Parents: 9ed8312 Author: Artem Barger <[email protected]> Authored: Thu Aug 18 00:28:57 2016 +0300 Committer: Artem Barger <[email protected]> Committed: Thu Aug 18 00:28:57 2016 +0300 ---------------------------------------------------------------------- pom.xml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/12265655/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aaf0a82..93bc061 100644 --- a/pom.xml +++ b/pom.xml @@ -280,33 +280,33 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <executions> - <execution> - <id>validate</id> - <phase>validate</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <executions> + <execution> + <id>validate</id> + <phase>validate</phase> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> </plugin> </plugins> <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>${rng.checkstyle.version}</version> - <configuration> - <includeTestSourceDirectory>true</includeTestSourceDirectory> - <configLocation>checkstyle.xml</configLocation> - <logViolationsToConsole>false</logViolationsToConsole> - <failOnViolation>false</failOnViolation> - </configuration> - </plugin> - </plugins> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>${rng.checkstyle.version}</version> + <configuration> + <includeTestSourceDirectory>true</includeTestSourceDirectory> + <configLocation>checkstyle.xml</configLocation> + <logViolationsToConsole>false</logViolationsToConsole> + <failOnViolation>false</failOnViolation> + </configuration> + </plugin> + </plugins> </pluginManagement> </build>
