| | |
| | | <parent> |
| | | <groupId>org.forgerock</groupId> |
| | | <artifactId>forgerock-parent</artifactId> |
| | | <version>1.2.1-SNAPSHOT</version> |
| | | <version>1.2.1</version> |
| | | </parent> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-project</artifactId> |
| | |
| | | </instrumentation> |
| | | </configuration> |
| | | </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> |
| | | <tagNameFormat>@{project.version}-sdk</tagNameFormat> |
| | | </configuration> |
| | | </plugin> |
| | | <!--This plugin's configuration is used to store Eclipse m2e settings only. |
| | | It has no influence on the Maven build itself.--> |
| | | <plugin> |