发布期间剥离 Pom?

问题描述 投票:0回答:1

我希望我的 poms 位于面向公众的存储库中,以协助传递依赖项计算,但我不希望我的源代码控制和其他详细信息包含在公共 poms 中。

是否有一种标准方法可以将 poms 剥离到其基本要素,或者我是否可以使用 xslt 插件并编写一个转换来过滤我希望排除的内容?

maven maven-release-plugin maven-deploy-plugin
1个回答
0
投票

你应该看看 flatten-maven-plugin 这似乎是正确的方向。

© www.soinside.com 2019 - 2024. All rights reserved.