Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需要签名的 Maven 项目。
为了签署 jar 文件,我创建了一个别名。这将存储在我的 .keystore 中。每次创建新版本时,我都会使用别名对 jar 进行签名。
是否可以使密钥库独立于我的主目录中存在的 .keystore ,例如将密钥库文件存储在 Jar 文件本身中?如果是这样,该怎么做?
在项目中使用 jar signer 插件的 pom 中要使用的插件详细信息是什么?