We developed a script using NSIS version 2.46, which will create an installer for Windows. Now that we want to automate the generator build process using maven.
We are currently using maven to create our Java code projects and to create our final product.
To automate the NSIS script build process, I cannot find information about the maven plugin that supports NSIS script build.
I searched for information, but I did not get any specific information on how to start with it.
Can someone explain how to start with it or point me to a page that explains this with an example?
source
share