mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
10.50.2014 8cbb769b39a0c4d756f22a3fad2cbd9bca41beec
Fix checkstyle failures.
1 files modified
4 ■■■■ changed files
opendj-config-maven-plugin/src/main/java/org/forgerock/opendj/maven/OpendjConfigMojo.java 4 ●●●● patch | view | raw | blame | history
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
     */