|
387 | 387 | <configuration>
|
388 | 388 | <mavenExecutorId>forked-path</mavenExecutorId>
|
389 | 389 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
390 |
| - <preparationGoals>clean install</preparationGoals> |
| 390 | + <preparationGoals>${release.preparationGoals}</preparationGoals> |
391 | 391 | <pushChanges>false</pushChanges>
|
392 | 392 | <useReleaseProfile>false</useReleaseProfile>
|
393 | 393 | <arguments>${release.tests.args} ${release.arguments}</arguments>
|
|
714 | 714 | </property>
|
715 | 715 | </activation>
|
716 | 716 | <properties>
|
717 |
| - <skip.release.tests>-Dmaven.test.skip=true -Dskip.tests=true</skip.release.tests> |
| 717 | + <release.tests.args>-Dskip.tests=true</release.tests.args> |
718 | 718 | <skip.tests>true</skip.tests>
|
719 | 719 | </properties>
|
720 | 720 | </profile>
|
|
793 | 793 | <activeByDefault>false</activeByDefault>
|
794 | 794 | </activation>
|
795 | 795 | <build>
|
| 796 | + <pluginManagement> |
| 797 | + <plugins> |
| 798 | + <plugin> |
| 799 | + <groupId>org.sonatype.plugins</groupId> |
| 800 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 801 | + <version>${nexus-staging.mvn.plugin.version}</version> |
| 802 | + </plugin> |
| 803 | + <plugin> |
| 804 | + <groupId>org.apache.maven.plugins</groupId> |
| 805 | + <artifactId>maven-gpg-plugin</artifactId> |
| 806 | + <version>${gpg.mvn.plugin.version}</version> |
| 807 | + </plugin> |
| 808 | + </plugins> |
| 809 | + </pluginManagement> |
796 | 810 | <plugins>
|
797 | 811 | <plugin>
|
798 | 812 | <groupId>org.apache.maven.plugins</groupId>
|
|
805 | 819 | <plugin>
|
806 | 820 | <groupId>org.apache.maven.plugins</groupId>
|
807 | 821 | <artifactId>maven-deploy-plugin</artifactId>
|
| 822 | + <configuration> |
| 823 | + <skip>true</skip> |
| 824 | + </configuration> |
| 825 | + </plugin> |
| 826 | + <plugin> |
| 827 | + <groupId>org.sonatype.plugins</groupId> |
| 828 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 829 | + <executions> |
| 830 | + <execution> |
| 831 | + <id>default-deploy</id> |
| 832 | + <phase>deploy</phase> |
| 833 | + <goals> |
| 834 | + <goal>deploy</goal> |
| 835 | + </goals> |
| 836 | + </execution> |
| 837 | + </executions> |
| 838 | + <configuration> |
| 839 | + <serverId>jvnet-nexus-staging</serverId> |
| 840 | + <nexusUrl>https://maven.java.net/</nexusUrl> |
| 841 | + </configuration> |
808 | 842 | </plugin>
|
809 | 843 | </plugins>
|
810 | 844 | </build>
|
|
1825 | 1859 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
1826 | 1860 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
1827 | 1861 | <release.tests.args>-Dmaven.test.skip=false</release.tests.args>
|
| 1862 | + <release.preparationGoals>clean install</release.preparationGoals> |
1828 | 1863 | <skip.tests>false</skip.tests>
|
1829 | 1864 | <xdk.absolute.path />
|
1830 | 1865 | <surefire.security.argline />
|
|
1849 | 1884 | <findbugs.version>3.0.2</findbugs.version>
|
1850 | 1885 | <freemarker.version>2.3.23</freemarker.version>
|
1851 | 1886 | <gae.version>1.8.4</gae.version>
|
| 1887 | + <gpg.mvn.plugin.version>1.6</gpg.mvn.plugin.version> |
1852 | 1888 | <grizzly.client.version>1.10</grizzly.client.version>
|
1853 | 1889 | <grizzly2.version>2.3.23</grizzly2.version>
|
1854 | 1890 | <guava.version>18.0</guava.version>
|
|
1886 | 1922 | <kryo.version>3.0.2</kryo.version>
|
1887 | 1923 | <logback.version>1.1.3</logback.version>
|
1888 | 1924 | <mimepull.version>1.9.6</mimepull.version>
|
| 1925 | + <mockito.version>1.10.19</mockito.version> |
1889 | 1926 | <moxy.version>2.6.0</moxy.version>
|
1890 | 1927 | <mustache.version>0.8.17</mustache.version>
|
| 1928 | + <nexus-staging.mvn.plugin.version>1.6.7</nexus-staging.mvn.plugin.version> |
1891 | 1929 | <osgi.version>4.2.0</osgi.version>
|
1892 | 1930 | <pax.exam.version>3.3.0</pax.exam.version>
|
1893 | 1931 | <pax.web.version>0.7.4</pax.web.version><!-- TODO: UPGRADE! -->
|
|
1905 | 1943 | <weld.version>2.2.14.Final</weld.version>
|
1906 | 1944 | <xerces.version>2.11.0</xerces.version>
|
1907 | 1945 | <xmlunit.version>1.6</xmlunit.version>
|
1908 |
| - <mockito.version>1.10.19</mockito.version> |
1909 | 1946 | </properties>
|
1910 | 1947 | </project>
|
0 commit comments