gpt4 book ai didi

maven-2 - Maven 插件执行

转载 作者:行者123 更新时间:2023-12-05 00:38:40 25 4
gpt4 key购买 nike

如果我不指定阶段,插件什么时候执行?

例如那个插件

<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>1.0.1</version>
<executions>
<execution>
<configuration>
<!-- if you don't specify any modules, the plugin will find them -->
<!-- <modules> <module>learning.vaadin.gwt.ColorPickerWidgetSet</module> </modules> -->
</configuration>
<goals>
<goal>update-widgetset</goal>
</goals>
</execution>
</executions>
</plugin>

最佳答案

这取决于插件。如果插件作者指定了 @phase在 mojo 元数据中,它将在那里结束。如果没有,它根本不会运行。

关于maven-2 - Maven 插件执行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5285684/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com