Developers, Developers, Developers! Maksim Sorokin IT Blog

11Jun/100

IzPack and Maven — Deploying to Repository

In previous post we saw a simple example on how to build IzPack with Maven. Since the installer can be built with Maven, then it can also be deployed to a Maven Repository (Nexus, for example)! To do that, you have to set up Maven Repository as usual and make necessary modifications to pom.xml. And when you will run mvn deploy, you installer will appear in the repository!

The important thing to notice here is that