gpt4 book ai didi

java - 强制 Maven Wagon 插件进行 POST 而不是 PUT

转载 作者:行者123 更新时间:2023-12-02 05:10:33 24 4
gpt4 key购买 nike

我们正在尝试使用 Nexus APT 插件,但向其发送 Artifact 需要进行 POST 操作而不是 PUT 操作。默认的 Wagon 实现似乎需要 HTTP Put,因为我们收到了 405 错误。

有没有办法告诉 wagon 进行 POST 而不是 PUT?我在文档中找不到它。

谢谢!

                <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
<executions>
<execution>
<id>upload-deb-to-nexus</id>
<phase>deploy</phase>
<goals>
<goal>upload-single</goal>
</goals>
<configuration>
<serverId>xxx-nexus-apt</serverId>
<fromFile>${project.build.directory}/${jdeb.name}</fromFile>
<url>https://xxx.xxx.com/repository/xxx-nexus-apt</url>
</configuration>
</execution>
</executions>
</plugin>

最佳答案

查看了 Wagon http 提供程序的代码,PUT 是硬编码的。

关于java - 强制 Maven Wagon 插件进行 POST 而不是 PUT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56328465/

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