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

Gaetan Boismal
01.57.2016 88301af432e9b69bd65d43ad8699be73bdfbb453
OPENDJ-2728 Code cleanup

Remove useless comment and checkstyle plugin version in DSML pom.
The checkstyle plugin version is inherited from forgerock parent pom.
1 files modified
8 ■■■■■ changed files
opendj-dsml-servlet/pom.xml 8 ●●●●● patch | view | raw | blame | history
opendj-dsml-servlet/pom.xml
@@ -265,13 +265,6 @@
    </build>
    <profiles>
    <!--
       Profile to run precommit tasks: checkstyle, copyright (TODO), SVN eol check (TODO),
       unit-tests
       Tests are not run by default due to running time (average of 8-10 minutes).
    -->
        <profile>
            <id>precommit</id>
            <build>
@@ -279,7 +272,6 @@
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-checkstyle-plugin</artifactId>
                        <version>2.14</version>
                        <executions>
                            <!-- Disable default from parent -->
                            <execution>