gpt4 book ai didi

maven - Cargo 无法使用 cargo-maven-plugin 部署到远程 tomcat 8

转载 作者:行者123 更新时间:2023-11-28 21:46:40 25 4
gpt4 key购买 nike

我正在尝试使用 cargo 插件在 tomcat8 上部署 war 我的条目如下:

    <plugins>
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.4.8</version>
<configuration>
<container>
<containerId>tomcat8x</containerId>
<type>remote</type>
</container>
<configuration>
<type>runtime</type>
<properties>
<cargo.remote.username>tomcat</cargo.remote.username>
<cargo.remote.password>s3cret</cargo.remote.password>
<cargo.tomcat.manager.url>http://localhost:1234/manager/text</cargo.tomcat.manager.url>
</properties>
</configuration>
<deployables>
<deployable>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<type>war</type>
<properties>
<context>/auditAPP</context>
</properties>
</deployable>
</deployables>
</configuration>
</plugin>
</plugins>

当我尝试使用 mvn cargo:deploy 运行它时出现以下错误

Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.4.8:deploy (default-cli) on project Audit_Management_DS: Execution default-cli of goal org.codehaus.cargo:cargo-maven2-plugin:1.4.8:deploy failed: Cannot create configuration. There's no registered configuration for the parameters (container [id = [tomcat8x], type = [remote]], configuration type[runtime]). Actually there are no valid types registered for this configuration. Maybe you've made a mistake spelling it? -> [Help 1]

最佳答案

更新到 cargo-plugin 版本 1.4.13 为我解决了这个错误消息。

关于maven - Cargo 无法使用 cargo-maven-plugin 部署到远程 tomcat 8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28432626/

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