gpt4 book ai didi

java - pom.xml 文件中的 mvn -x 开关

转载 作者:行者123 更新时间:2023-11-30 06:06:33 25 4
gpt4 key购买 nike

我正在 Jenkins 上运行构建,我想启用 -x 开关,以便可以进行一些调试。这是我的 pom.xml 文件:

<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.dqsalpha-dev.app</groupId>
<artifactId>dqsalpha</artifactId>
<version>0.0.1001</version>
<build>
<plugins>
<plugin>
<version>1.6.0</version>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<executions>
<execution><!-- Run our version calculation script -->
<id>Version Calculation</id>
<phase>generate-sources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${basedir}/@test.sh</executable>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

有没有办法通过 pom 文件启用 -X 开关?

或者,我可以将 -X 开关添加到 Jenkins 配置中,如下所示:

enter image description here

最佳答案

您应该能够更新 Jenkins 中的Goals and options 字段以包含 -X 开关,如下所示:

-X 全新安装

关于java - pom.xml 文件中的 mvn -x 开关,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43813542/

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