From bb261a678174b07a737d4fc534fd09bce0512f1e Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 21 Oct 2015 16:05:43 +0000
Subject: [PATCH] OPENDJ-2226 Code cleanup
---
opendj-sdk/opendj-rest2ldap/pom.xml | 19 -------------------
opendj-sdk/opendj-config/pom.xml | 34 +++++++++++++++++-----------------
2 files changed, 17 insertions(+), 36 deletions(-)
diff --git a/opendj-sdk/opendj-config/pom.xml b/opendj-sdk/opendj-config/pom.xml
index f189e0b..fde9de8 100644
--- a/opendj-sdk/opendj-config/pom.xml
+++ b/opendj-sdk/opendj-config/pom.xml
@@ -85,23 +85,23 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- <configuration>
- <includes>
- <!-- Classes to have mocks with configuration defaults -->
- <include>**/ConfigurationMock.class</include>
- <include>**/ConfigurationMock$*.class</include>
- </includes>
- </configuration>
- </execution>
- </executions>
- </plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ <configuration>
+ <includes>
+ <!-- Classes to have mocks with configuration defaults -->
+ <include>**/ConfigurationMock.class</include>
+ <include>**/ConfigurationMock$*.class</include>
+ </includes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>i18n-maven-plugin</artifactId>
diff --git a/opendj-sdk/opendj-rest2ldap/pom.xml b/opendj-sdk/opendj-rest2ldap/pom.xml
index 06605ec..160f5c7 100644
--- a/opendj-sdk/opendj-rest2ldap/pom.xml
+++ b/opendj-sdk/opendj-rest2ldap/pom.xml
@@ -56,25 +56,6 @@
</dependencies>
<build>
<plugins>
- <!--
- <plugin>
- <groupId>org.forgerock.commons</groupId>
- <artifactId>i18n-maven-plugin</artifactId>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate-messages</goal>
- </goals>
- <configuration>
- <messageFiles>
- <messageFile>com/forgerock/opendj/sync/sync.properties</messageFile>
- </messageFiles>
- </configuration>
- </execution>
- </executions>
- </plugin>
- -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
--
Gitblit v1.10.0