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

Matthew Swift
02.08.2011 b248fcd61e27be5a7fe6a4c58457450bc91c076f
Fix OPENDJ-343: Fix compilation errors and warnings when using Eclipse Indigo due to m2e plugin
3 files modified
44 ■■■■■ changed files
opendj3/opendj-ldap-sdk-examples/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-toolkit/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj3/pom.xml 42 ●●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk-examples/pom.xml
@@ -72,7 +72,6 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-shade-plugin</artifactId>
        <version>1.4</version>
        <executions>
          <execution>
            <phase>package</phase>
opendj3/opendj-ldap-toolkit/pom.xml
@@ -84,7 +84,6 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <version>2.2</version>
        <executions>
          <execution>
            <id>make-assembly</id>
opendj3/pom.xml
@@ -661,6 +661,48 @@
            <locales>en</locales>
          </configuration>
        </plugin>
        <!--This plugin's configuration is used to store Eclipse m2e settings
            only. It has no influence on the Maven build itself.-->
        <plugin>
          <groupId>org.eclipse.m2e</groupId>
          <artifactId>lifecycle-mapping</artifactId>
          <version>1.0.0</version>
          <configuration>
            <lifecycleMappingMetadata>
              <pluginExecutions>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.forgerock.commons</groupId>
                    <artifactId>i18n-maven-plugin</artifactId>
                    <versionRange>[1.2.0,)</versionRange>
                    <goals>
                      <goal>generate-messages</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <execute>
                      <runOnIncremental>see below</runOnIncremental>
                      <runOnConfiguration>see below</runOnConfiguration>
                    </execute>
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-enforcer-plugin</artifactId>
                    <versionRange>[1.0,)</versionRange>
                    <goals>
                      <goal>enforce</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore></ignore>
                  </action>
                </pluginExecution>
              </pluginExecutions>
            </lifecycleMappingMetadata>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>