gpt4 book ai didi

maven - 未提供 SCM URL 来执行发布

转载 作者:行者123 更新时间:2023-12-02 15:54:44 25 4
gpt4 key购买 nike

我正在尝试使用 Maven 发布插件,然后使用 nexus 自动执行此操作。

这是我的 pom.xml:

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ozge.net</groupId>
<artifactId>com.ozge.net</artifactId>
<version>1.1- snapshot</version>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<tagBase>svn://local/exekuce/com.ozge.net</tagBase>
</configuration>
</plugin>
</plugins>
</pluginManagement>

</build>
<scm>
<tag>HEAD</tag>
<connection>scm:svn:svn://[svnusername]:[svn password]@local/exekuce/com.ozge.net</connection>
<developerConnection>scm:svn:svn://[svnusername]:[svn password]@local/exekuce/com.ozge.net</developerConnection>
<url>scm:svn:svn://[svnusername]:[svn password]@local/exekuce/com.ozge.net</url>
</scm>
<distributionManagement>
<repository>
<id>OzgeRelease</id>
<url>http://localhost:8081/nexus/content/repositories/OzgeRelease</url>
</repository>
</distributionManagement>
</project>

在命令提示符下运行命令mvn release:perform

它说

No SCM URL was provided to perform the release from

我相信我已经提供了。

这里有人尝试过 maven-subversion-nexus-hudson 来自动化构建吗?

最佳答案

首先尝试执行release:clean

mvn release:clean

然后再试一次。

关于maven - 未提供 SCM URL 来执行发布,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29143825/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com