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-
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
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-