使用maven +卫士

发布于 2024-09-02 08:37:00 字数 42 浏览 4 评论 0原文

有没有人使用maven和yguard来混淆jar文件?如何做到这一点?

Has anybody used maven and yguard for obfuscating jar files?How to do so?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鯉魚旗 2024-09-09 08:37:00

我已经在 Maven 中使用 yguard 进行了混淆。我使用了 maven ant run 插件来运行 ant 任务。

步骤:

  1. 参考 pom.xml 中的 build.xml。检查 Maven Antrun 插件的文档。你那里有很多例子。
  2. 根据您的项目/jar 的需要,使用重命名元素创建 build.xml。如果您想引用项目信息等 Maven 引用,请在执行 ant 任务之前将它们定义为 pom.xml 中的属性

如果这回答了您的问题,请告诉我

I have done obfuscation using yguard in Maven. I have used the maven ant run plugin to run the ant tasks.

Steps:

  1. Refer to the build.xml in your pom.xml. Check documentation of Maven Antrun plugin. You have a lot of examples there.
  2. Create the build.xml with the rename elements as required by your project/jar. In case you want to refer to the Maven references like project information, define them as properties in your pom.xml before the ant task is executed

Please let me know if this answers your question

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文