POMStrap & Aether

2010-10-12 Thread Alexis Agahi
Hi, We've started working on pomstrap3 using aether (about pomstrap => http://pomstrap.tigris.org/ ) http://github.com/POMStrap/pomstrap3 But there are many problems: 1/ I use maven shade plugin to bundle an uberjar of aether with all dep. http://github.com/POMStrap/pomstrap3/tree/master/aether-

[ANN] POMStrap 1.0.1 (no more dependencies hell ;) )

2005-12-14 Thread Alexis Agahi
Hi, POMStrap is a really simple application boostrap and classloader trick that allows dependency "classloading" without side effect. POMStrap uses Maven2 pom files to resolve dependencies required to launch an application. see http://pomstrap.prefetch.com/ In few words, if your application

Transitive dependency without version conflict

2005-11-24 Thread Alexis Agahi
Hi, I've developed a basic application bootstrap able to fetch dependency with transitivity without version conflict. For example an application with such dependency : app-1.0 +-- depA-1.0 +-- depB-1.0—depA-2.0 is able to use the depA-1.0 on classloader app-1.0 classloader context and depA-