File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
<distributionManagement >
45
45
<repository >
46
46
<id >github</id >
47
+ <name >GitHub OWNER Apache Maven Packages</name >
47
48
<url >https://maven.pkg.github.com/Mryan2005/SimplifiedJava</url >
48
49
<snapshots >
49
50
<enabled >true</enabled >
148
149
</execution >
149
150
</executions >
150
151
</plugin >
151
- <!-- release to github -->
152
+ <!-- 发布插件 -->
152
153
<plugin >
153
154
<groupId >org.apache.maven.plugins</groupId >
154
- <artifactId >maven-compiler -plugin</artifactId >
155
- <version >3.13.0 </version > <!-- 显式指定一个兼容的版本 -- >
155
+ <artifactId >maven-deploy -plugin</artifactId >
156
+ <version >2.8.2 </version >
156
157
<configuration >
157
- <source >${maven.compiler.source} </source >
158
- <target >${maven.compiler.target} </target >
158
+ <altDeploymentRepository >github::default::https://maven.pkg.github.com/Mryan2005/SimplifiedJava</altDeploymentRepository >
159
159
</configuration >
160
160
</plugin >
161
161
</plugins >
You can’t perform that action at this time.
0 commit comments