作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何在执行 mvn 命令(在阶段/目标中)但不使用 Maven Antrun 插件时打印到控制台?
为什么我拒绝 Antrun 解决方案:
[INFO] --- maven-antrun-plugin:1.7:run (default) @ ejpd-alertmanager-ear ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[echo] hello world
[INFO] Executed tasks
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] --- maven-antrun-plugin:1.7:run (default) @ ejpd-alertmanager-ear ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
[INFO] hello world
[INFO] Executed tasks
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
最佳答案
我自己没有尝试过,但这里有一个插件可能会有所帮助:
http://code.google.com/p/maven-echo-plugin/
关于maven - 如何在没有 Antrun 插件的情况下在 Maven 中回显?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15763915/
我是一名优秀的程序员,十分优秀!