在 intiliji idea 中使用参数运行 Maven 插件目标

发布于 2025-01-18 23:55:01 字数 365 浏览 1 评论 0原文

我正在使用 liquibase maven 插件来运行和回滚迁移。

我使用命令行运行回滚目标,如下所示:

mvn liquibase:rollback -Dliquibase.rollbackCount=1

如何在 intiliji idea 中编辑配置以使用给定参数运行目标。

我正在使用 intellij idea 版本:2021.3.2

在此处输入图像描述

I'm using the liquibase maven plugin to run and rollback the migrations.

I'm running the rollback goal using the command line as follows:

mvn liquibase:rollback -Dliquibase.rollbackCount=1

How to edit the configuration in intiliji idea to run the goal with the given parameter.

I'm using the intellij idea version : 2021.3.2

enter image description here

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

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

发布评论

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

评论(1

安静被遗忘 2025-01-25 23:55:01

您需要为此创建自定义运行配置,这是做到这一点的方法: run/debug配置:maven

您基本上需要

  • 从主菜单中,选择添加配置。
  • 命名您配置并提供命令和参数。

完毕!现在,您只需要从运行配置的下拉菜单中选择它并执行它。

You need to create a custom Run Configuration for that, here is how to do it: Run/Debug Configuration: Maven

You'll basically need to

  • From the main menu, select Add Configuration.
  • Name you configuration and provide the command and parameters.

Done! Now you just need to select it from the dropdown menu of run configurations and execute it.

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