> If you want to write an installer for foo.jar, how do you collect all the
> dependencies like bar.jar together to distribute with your application
> installer?

maven-shade-plugin
assembly plugin
appassembler
etc

> In a similar fashion, when you do a release, don't you want to check all
> your dependent artifacts like bar.jar into source control so you can rebuild
> that release again without worrying that that version of bar.jar has
> vanished from all repositories on earth?

Nexus
Archiva
Artifactory
etc

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to