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

Matthew Swift
30.26.2015 ae44c7fbda72319064a13ab581eff0855c9adbb4
Force Eclipse m2eclipse to regenerate config framework files as part of a clean build
1 files modified
36 ■■■■■ changed files
opendj-sdk/opendj-server-legacy/pom.xml 36 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj-server-legacy/pom.xml
@@ -245,6 +245,42 @@
      </resource>
    </resources>
    <pluginManagement>
      <plugins>
        <!--This plugin's configuration is used to store Eclipse m2e settings only. It
            has no influence on the Maven build itself. This section instructs Eclipse's
            Maven builder to invoke the antrun plugin for generating the configuration
            framework files, e.g. core.manifest, during a *clean* build. Execution
            during an incremental build is not supported. -->
        <plugin>
          <groupId>org.eclipse.m2e</groupId>
          <artifactId>lifecycle-mapping</artifactId>
          <version>1.0.0</version>
          <configuration>
            <lifecycleMappingMetadata>
              <pluginExecutions>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-antrun-plugin</artifactId>
                    <versionRange>[1.7,)</versionRange>
                    <goals>
                      <goal>run</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <execute>
                      <runOnIncremental>false</runOnIncremental>
                    </execute >
                  </action>
                </pluginExecution>
              </pluginExecutions>
            </lifecycleMappingMetadata>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>