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

Matthew Swift
05.18.2012 0391e0c568f25d329ada8d8fd6ca956748247012
Override maven release plugin settings from forgerock-parent
1 files modified
15 ■■■■■ changed files
opendj3/pom.xml 15 ●●●●● patch | view | raw | blame | history
opendj3/pom.xml
@@ -806,6 +806,21 @@
          <artifactId>i18n-maven-plugin</artifactId>
          <version>1.2.0</version>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
          <version>2.2.2</version>
          <inherited>true</inherited>
          <configuration>
            <!-- Disable inherited configuration -->
            <autoVersionSubmodules>true</autoVersionSubmodules>
            <mavenExecutorId>forked-path</mavenExecutorId>
            <useReleaseProfile>true</useReleaseProfile>
            <suppressCommitBeforeTag>false</suppressCommitBeforeTag>
            <goals>deploy</goals>
            <arguments>-Penforce</arguments>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>