OPENDJ-2728 Code cleanup
Remove useless comment and checkstyle plugin version in DSML pom.
The checkstyle plugin version is inherited from forgerock parent pom.
| | |
| | | </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> |
| | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-checkstyle-plugin</artifactId> |
| | | <version>2.14</version> |
| | | <executions> |
| | | <!-- Disable default from parent --> |
| | | <execution> |