From 88301af432e9b69bd65d43ad8699be73bdfbb453 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 02 Mar 2016 15:45:31 +0000
Subject: [PATCH] OPENDJ-2728 Code cleanup
---
opendj-dsml-servlet/pom.xml | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/opendj-dsml-servlet/pom.xml b/opendj-dsml-servlet/pom.xml
index 34a37cb..44e4094 100644
--- a/opendj-dsml-servlet/pom.xml
+++ b/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>
--
Gitblit v1.10.0