From 8cbb769b39a0c4d756f22a3fad2cbd9bca41beec Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 10 Jan 2014 15:50:34 +0000
Subject: [PATCH] Fix checkstyle failures.
---
opendj-config-maven-plugin/src/main/java/org/forgerock/opendj/maven/OpendjConfigMojo.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-config-maven-plugin/src/main/java/org/forgerock/opendj/maven/OpendjConfigMojo.java b/opendj-config-maven-plugin/src/main/java/org/forgerock/opendj/maven/OpendjConfigMojo.java
index e58bda1..b3048eb 100644
--- a/opendj-config-maven-plugin/src/main/java/org/forgerock/opendj/maven/OpendjConfigMojo.java
+++ b/opendj-config-maven-plugin/src/main/java/org/forgerock/opendj/maven/OpendjConfigMojo.java
@@ -35,18 +35,17 @@
import org.apache.maven.plugin.MojoExecutionException;
import org.twdata.maven.mojoexecutor.MojoExecutor;
-// @Checkstyle:off
/**
* Generate configuration classes from XML definition files for OpenDJ server.
* <p>
* There is a single goal that generate java sources, manifest files, I18N messages
* and cli/ldap profiles.
*
+ * @Checkstyle:ignoreFor 3
* @goal generate
* @phase generate-sources
* @requiresDependencyResolution compile+runtime
*/
-// @Checkstyle:on
public class OpendjConfigMojo extends AbstractBuildMojo {
/**
@@ -105,6 +104,7 @@
* responsibility of project that use this plugin to concatenate all
* generated files into a single file.
*
+ * @Checkstyle:ignoreFor 1
* @parameter default-value="${project.build.outputDirectory}/META-INF/services/org.forgerock.opendj.config.AbstractManagedObjectDefinition"
* @required
*/
--
Gitblit v1.10.0