Maven Assembly Plugin - install the created assembly

前端 未结 3 705
执念已碎
执念已碎 2021-02-08 00:27

I have a project that simply consists of files. I want to package those files into a zip and store them in a maven repository. I have the assembly plugin configured to build t

3条回答
  •  粉色の甜心
    2021-02-08 01:02

    I think assemblies are supposed to be automatically attached to the build, but if that doesn't work, the Maven Build Helper "attach-artifact" goal attaches a specified file to be installed in the repository. I've used this plugin for installing files created by an external process like Ant or NSIS.

提交回复
热议问题