I want to know whether maven has different lifecycle for run scripts . please help me to know the answer to this question "Is maven having any life cycle to run scripts?"
Asked
Active
Viewed 32 times
0
-
Yes there are 23 goals and 7 phases in 1 lifecycle of a maven project. You have to be specific in asking question. Read this https://stackoverflow.com/help/how-to-ask – Manmohan_singh Nov 15 '19 at 04:20
-
Please tell us what your script is doing and we can tell you the right phase. – J Fabian Meier Nov 15 '19 at 07:02
-
You probably just want the [Exec Maven Plugin](https://www.mojohaus.org/exec-maven-plugin/usage.html) which could be used to run a script and attached to a specific phase. – Welsh Nov 18 '19 at 01:38