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

Gaetan Boismal
06.21.2015 12f5bbbde032f65191eca4391f94cd141cbb7142
OPENDJ-1772: Cleanup in server legacy pom
1 files modified
30 ■■■■■ changed files
opendj-server-legacy/pom.xml 30 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -399,7 +399,6 @@
        </executions>
      </plugin>
      
      <plugin>
        <groupId>org.forgerock.opendj</groupId>
        <artifactId>opendj-maven-plugin</artifactId>
@@ -435,8 +434,7 @@
          </execution>
          <!-- Generate configuration classes from XML definitions -->
          <!-- Leave default lifecycle phase once new config framework migration
            is done -->
          <!-- Leave default lifecycle phase once new config framework migration is done -->
          <execution>
            <id>generate-config</id>
            <phase>generate-sources</phase>
@@ -473,8 +471,7 @@
              <outputDirectory>${project.build.directory}/docgen/logref</outputDirectory>
              <logMessageReferenceFilePath>${basedir}/resource/log-message-reference.xml</logMessageReferenceFilePath>
              <messageFileNames>
                <!-- for xxx_yyy.properties generates a log-ref-xxx-yyy.xml
                  file -->
                <!-- for xxx_yyy.properties generates a log-ref-xxx-yyy.xml file -->
                <messageFileName>admin</messageFileName>
                <messageFileName>backend</messageFileName>
                <messageFileName>config</messageFileName>
@@ -491,8 +488,7 @@
                <messageFileName>tool</messageFileName>
                <messageFileName>utility</messageFileName>
                <!-- Ignore following message files as we document only serious
                  errors. -->
                <!-- Ignore following message files as we document only serious errors. -->
                <!-- <messageFileName>access_control</messageFileName> -->
                <!-- <messageFileName>admin_tool</messageFileName> -->
                <!-- <messageFileName>quicksetup.properties</messageFileName> -->
@@ -527,8 +523,7 @@
              </sources>
            </configuration>
          </execution>
          <!-- Parse version to generate properties (major.version, minor.version,
            ...) -->
          <!-- Parse version to generate properties (major.version, minor.version, ...) -->
          <execution>
            <id>parse-version</id>
            <goals>
@@ -594,8 +589,7 @@
        </executions>
      </plugin>
      <!-- Disable surefire plugin because all tests are run with failsafe
        plugin -->
      <!-- Disable surefire plugin because all tests are run with failsafe plugin -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
@@ -610,8 +604,7 @@
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <!-- Package boostrap jar - contains only a manifest with classpath
            for the server -->
          <!-- Package boostrap jar - contains only a manifest with classpath for the server -->
          <execution>
            <id>build-bootstrap-jar</id>
            <phase>prepare-package</phase>
@@ -630,8 +623,7 @@
              </archive>
            </configuration>
          </execution>
          <!-- Package boostrap-client jar - contains only a manifest with
            classpath for clients -->
          <!-- Package boostrap-client jar - contains only a manifest with classpath for clients -->
          <execution>
            <id>build-bootstrap-client-jar</id>
            <phase>prepare-package</phase>
@@ -994,8 +986,7 @@
        <artifactId>maven-antrun-plugin</artifactId>
        <executions>
          <execution>
            <!-- Temporary solution for configuration classes until migration
              to new config framework -->
            <!-- Temporary solution for configuration classes until migration to new config framework -->
            <id>generate-config</id>
            <phase>generate-sources</phase>
            <configuration>
@@ -1186,7 +1177,6 @@
       unit-tests
       
       Tests are not run by default due to running time (average of 8-10 minutes).
    -->
    <profile>
      <id>precommit</id>
@@ -1257,7 +1247,6 @@
             integration (with server), by using respectively surefire and failsafe plugin 
             to run them, but it will require identifying them. 
             We could use an "unit" marker in TestNG groups to do so.
          -->
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
@@ -1369,8 +1358,7 @@
            <artifactId>build-helper-maven-plugin</artifactId>
            <version>1.7</version>
            <executions>
              <!-- Add snmp source directory and snmp generated directory
                as sources -->
              <!-- Add snmp source directory and snmp generated directory as sources -->
              <execution>
                <id>snmp-java-sources</id>
                <phase>generate-sources</phase>