Commit c1af72f5 authored by 侯力峰's avatar 侯力峰
Browse files

更改中央仓库采用user token验证方式发布jar包

parent 5c3dddb7
......@@ -8,7 +8,7 @@
<groupId>cn.spatiotemporal</groupId>
<artifactId>spatiotemporal-web-core</artifactId>
<version>1.0.1-RELEASE</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spatiotemporal-web-core</name>
<description>时空开放平台Web端 核心模块</description>
......@@ -253,7 +253,17 @@
<id>ossrh-nexus</id>
<build>
<plugins>
<plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>ossrh</publishingServerId>
<tokenAuth>true</tokenAuth>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment