gpt4 book ai didi

java - 添加一个附加文件作为项目 Artifact

转载 作者:行者123 更新时间:2023-12-01 19:53:03 24 4
gpt4 key购买 nike

我正在尝试创建一个只有一个 xml 文件作为 Artifact 的 Maven 项目。目前我使用此配置压缩文件:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>create-distribution</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>assembly/master.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>

但我想让文件本身成为 Artifact 。是否可以告诉 assemply 插件仅使用文件作为 Artifact ?

最佳答案

您可以改用 deploy:deploy-file 目标。它允许您上传任意文件。

关于java - 添加一个附加文件作为项目 Artifact ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50628788/

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