简体   繁体   English

这两个Maven插件之间有什么区别?

[英]What is the difference between these 2 maven plugins?

What is the difference between maven plugins? Maven插件之间有什么区别?

<groupId>org.codehaus.mojo</groupId>
<artifactId>failsafe-maven-plugin</artifactId>

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>

As said in the comments, this is the same plugin which moved from org.codehaus.mojo to org.apache.maven.plugins . 如评论中所述,这是从org.codehaus.mojo移至org.apache.maven.plugins的同一插件。 Here is the message on the mailing list org.codehaus.mojo.dev which ask to vote for the retirement of the old version (the vote was accepted at the unanimity): 这是邮件列表org.codehaus.mojo.dev上的消息 ,要求对旧版本的退休进行投票(投票获得一致同意):

Subject: [mojo-dev] [VOTE] Retire failsafe-maven-plugin permalink 主题:[mojo-dev] [投票]停用failsafe-maven-plugin永久链接

From: Stephen Connolly (step...@gmail.com) 来自:斯蒂芬·康诺利(Stephen Connolly)(step ... @ gmail.com)

Date: Jan 17, 2010 3:07:01 am 日期:2010年1月17日上午3:07:01

List: org.codehaus.mojo.dev 清单:org.codehaus.mojo.dev

I have moved failsafe-maven-plugin to maven-failsafe-plugin @ apache. 我已经将failsafe-maven-plugin移到了maven-failsafe-plugin @ apache中。

This vote is to retire the failsafe-maven-plugin. 该投票旨在淘汰failsafe-maven-plugin。

+1: I agree it's pointless having the two it will only confuse people +1:我同意,只有两个会使人感到困惑,这毫无意义

0: meh, I don't care 0:嗯,我不在乎

-1: Me I object and I will take care of maintaining failsafe-maven-plugin because that's the kind of person I am. -1:我反对,我将负责维护failsafe-maven-plugin,因为这就是我这种人。

If the vote passes I will replace the failsafe-maven-plugin site with a redirect to the maven-failsafe-plugin ( http://maven.apache.org/plugins/maven-failsafe-plugin ) 如果投票通过,我将使用重定向到maven-failsafe-plugin( http://maven.apache.org/plugins/maven-failsafe-plugin )的地址来替换failsafe-maven-plugin站点。

I am not sure if we need to deploy a relocation pom, somebody with more knowledge of the plugin resolution code could advise whether the relocation is processed for plugins... 我不确定是否需要部署重定位pom,对插件解析代码有更多了解的人可以建议是否为插件处理了重定位...

In any case, if the vote passes I will take that as approval to do what is necessary to retire the failsafe-maven-plugin 无论如何,如果投票通过,我将以该票作为撤消failsafe-maven-plugin所需的批准

Stephen 斯蒂芬

PS My vote is +1 PS我的投票为+1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Gradle 的“maven”和“maven-publish”插件有什么区别? - What is the difference between Gradle's "maven" and "maven-publish" plugins? net.ltgt.gwt.maven和org.codehaus.mojo GWT Maven插件有什么区别? - What is the difference between net.ltgt.gwt.maven and org.codehaus.mojo GWT Maven plugins? 使用和不使用 Maven 插件为 Maven 项目构建 jar 的区别 - Difference between building a jar for a maven project with and without maven plugins Maven 插件之间的区别( assembly-plugins 、 jar-plugins 、 shaded-plugins ) - Difference between maven plugins ( assembly-plugins , jar-plugins , shaded-plugins) 插件与Dropins和功能之间有什么区别? - What is the difference between plugins vs dropins and features? Maven JAXB 插件的区别 - Difference of Maven JAXB plugins maven工具中插件和依赖的区别(解压jar) - Difference between plugins and dependency in maven tool (unpack jar) Program Files \\ Eclipse \\ plugins,〜/ .eclipse / org.eclipse。* / plugins和〜/ workspace / .metadata / .plugins之间有什么区别? - What is the difference between Program Files\Eclipse\plugins, ~/.eclipse/org.eclipse.*/plugins, and ~/workspace/.metadata/.plugins? console和eclipse maven有什么区别 - What is the difference between console and eclipse maven Maven中的交互模式和批处理模式有什么区别? - What is the difference between interactive and batch mode in Maven?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM