欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

【Maven】Use Your Own Manifest File

程序员文章站 2022-05-23 09:06:05
...
Maven Archiver generates the default manifest file for you.
Sometimes, we need to use our own manifest file.

Before, I usually use the following commond to add:
jar umf MANIFEST.MF project_xxx.jar

Now, can add your own MANIFEST.MF to jar file using maven
http://maven.apache.org/shared/maven-archiver/examples/manifestFile.html

so cool...
相关标签: maven MANIFEST