Re: Executing a script in maven release:perform

2018-05-25 Thread Naveen Swamy
Thanks very much. On Fri, May 25, 2018 at 8:06 AM, Adrien Rivard wrote: > Hi, > > Any phase before package could work, but "compile" is your best bet. > > See the documentation for more details : > https://maven.apache.org/guides/introduction/ > introduction-to-the-lifecycle.html > > Adrien >

Re: Executing a script in maven release:perform

2018-05-25 Thread Adrien Rivard
Hi, Any phase before package could work, but "compile" is your best bet. See the documentation for more details : https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Adrien On Thu, May 24, 2018 at 9:30 AM, Naveen Swamy wrote: > Hi all, > > In our project, we nee

Executing a script in maven release:perform

2018-05-24 Thread Naveen Swamy
Hi all, In our project, we need to build a few native libraries before building the jar. I see that when release:perform is called it will checkout from git in a different workspace and rebuilds all over, this would not trigger the necessary build of the native libraries and hence break release.