33
33
<tag >HEAD</tag >
34
34
</scm >
35
35
36
- <distributionManagement >
37
- <repository >
38
- <id >ossrh</id >
39
- <url >https://m2.unidevel.cn/releases</url >
40
- </repository >
41
- <snapshotRepository >
42
- <id >ossrh</id >
43
- <url >https://m2.unidevel.cn/snapshots</url >
44
- </snapshotRepository >
45
- </distributionManagement >
46
-
47
-
48
36
<properties >
49
37
<air .main.basedir>${project.basedir} </air .main.basedir>
50
38
226
214
<module >presto-function-server</module >
227
215
</modules >
228
216
217
+ <distributionManagement >
218
+ <repository >
219
+ <id >ossrh</id >
220
+ <url >https://m2.unidevel.cn/releases</url >
221
+ </repository >
222
+ <snapshotRepository >
223
+ <id >ossrh</id >
224
+ <url >https://m2.unidevel.cn/snapshots</url >
225
+ </snapshotRepository >
226
+ </distributionManagement >
227
+
229
228
<dependencyManagement >
230
229
<dependencies >
231
230
<dependency >
2668
2667
</configuration >
2669
2668
</plugin >
2670
2669
2671
- <!-- plugin>
2670
+ <plugin >
2672
2671
<groupId >org.sonatype.plugins</groupId >
2673
2672
<artifactId >nexus-staging-maven-plugin</artifactId >
2674
2673
<version >${dep.nexus-staging-plugin.version} </version >
2674
+ <!-- This plugin is not registered as an extension because it will fail to activate
2675
+ concurrently with the Maven Provisio plugin, as that has its own deployment lifecycle -->
2675
2676
<configuration >
2676
- <serverId>ossrh</serverId>
2677
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
2677
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
2678
+ <!-- serverId>ossrh</serverId>
2679
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl -->
2678
2680
</configuration >
2679
- </plugin -- >
2681
+ </plugin >
2680
2682
2681
2683
<plugin >
2682
2684
<groupId >com.facebook.presto</groupId >
2878
2880
<plugin >
2879
2881
<groupId >org.apache.maven.plugins</groupId >
2880
2882
<artifactId >maven-deploy-plugin</artifactId >
2881
- <!-- configuration>
2883
+ <configuration >
2882
2884
<skip >false</skip >
2883
- <altDeploymentRepository>ossrh ::https://m2.unidevel.cn/releases</altDeploymentRepository>
2884
- </configuration -- >
2885
+ <altDeploymentRepository >releases ::https://m2.unidevel.cn/releases</altDeploymentRepository >
2886
+ </configuration >
2885
2887
</plugin >
2886
- <!-- plugin>
2888
+ <plugin >
2887
2889
<groupId >org.sonatype.plugins</groupId >
2888
2890
<artifactId >nexus-staging-maven-plugin</artifactId >
2891
+ <!-- This plugin must be configured manually ("Maven 2" style in the docs) due to the usage of the
2892
+ Maven Provisio plugin, which includes its own deployment lifecycle -->
2893
+ <!-- executions>
2894
+ <execution>
2895
+ <id>default-deploy</id>
2896
+ <phase>deploy</phase>
2897
+ <goals>
2898
+ <goal>deploy</goal>
2899
+ </goals>
2900
+ </execution>
2901
+ </executions -->
2889
2902
<configuration >
2890
- <serverId>ossrh</serverId>
2891
- <nexusUrl>https://m2.unidevel.cn/releases</nexusUrl>
2903
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
2904
+ <!-- serverId>ossrh</serverId>
2905
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl -->
2892
2906
</configuration >
2893
- </plugin-- >
2907
+ </plugin >
2894
2908
<plugin >
2895
2909
<groupId >org.apache.maven.plugins</groupId >
2896
2910
<artifactId >maven-gpg-plugin</artifactId >
3006
3020
</build >
3007
3021
</profile >
3008
3022
</profiles >
3009
- </project >
3023
+ </project >
0 commit comments