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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|