开发者

Is there any maven phase to run the jar

开发者 https://www.devze.com 2023-02-14 04:15 出处:网络
In Ant, I can have a target named run to execute the jar with specified开发者_运维技巧 the classpath. I am wondering if maven has the similar phase?There is no Maven standard phase to run code.This pa

In Ant, I can have a target named run to execute the jar with specified开发者_运维技巧 the classpath. I am wondering if maven has the similar phase?


There is no Maven standard phase to run code. This page lists the standard Maven lifecycle phases.

If you want to go down the road of doing this yourself, this section of the Maven book talks about adding custom phases.

0

精彩评论

暂无评论...
验证码 换一张
取 消