Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
时空开放平台
spatiotemporal-web-core
Commits
c1af72f5
Commit
c1af72f5
authored
Jul 19, 2024
by
侯力峰
Browse files
更改中央仓库采用user token验证方式发布jar包
parent
5c3dddb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
c1af72f5
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<groupId>
cn.spatiotemporal
</groupId>
<groupId>
cn.spatiotemporal
</groupId>
<artifactId>
spatiotemporal-web-core
</artifactId>
<artifactId>
spatiotemporal-web-core
</artifactId>
<version>
1.0.1-
RELEASE
</version>
<version>
1.0.1-
SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
spatiotemporal-web-core
</name>
<name>
spatiotemporal-web-core
</name>
<description>
时空开放平台Web端 核心模块
</description>
<description>
时空开放平台Web端 核心模块
</description>
...
@@ -253,7 +253,17 @@
...
@@ -253,7 +253,17 @@
<id>
ossrh-nexus
</id>
<id>
ossrh-nexus
</id>
<build>
<build>
<plugins>
<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>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<configuration>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment