IIRC, there is no Java standard to put dependency JARs in a jar file. So I believe there is some Eclipse magic (hence that file) to get that rolling.
/Anders On Wed, Jun 12, 2013 at 9:59 PM, Jorge Infante Osorio <[email protected]>wrote: > Wayne, I do the check and yes the dependency is inside the exec jar and > yes inside that dependency I found the class AxisFault.class. > > When I ask about a class loader and put the eclipse example it´s because I > see this difference when compare the two jar, one generate by eclipse and > the another by maven. > > Saludos, > Ing. Jorge Infante Osorio. > CDAE. > Fac. 5. > UCI. > “En un mundo perfecto las pizzas serían una comida saludable, las laptops > se cargarían desde una fuente de corriente inalámbrica y todos los JAR > serían bundles de OSGI ” > > > -----Mensaje original----- > De: Wayne Fay [mailto:[email protected]] > Enviado el: miércoles, 12 de junio de 2013 14:32 > Para: Maven Users List > Asunto: Re: Include maven dependencies inside jar file > > > I double check and maven include this dependency inside the exec jar: > > axis2-1.6.1.wso2v6.jar and this dependency have > > org\apache\axis2\AxisFault.class > > Unzip your jar file (or just drill into it) and see if that > AxisFault.class file is inside the jar you created. > > > I could be a problem with the class loader? Eclipse include this package > inside the exec jar: > > org\eclipse\jdt\internal\jarinjarloader > > I really have no idea how Eclipse creates executable jars, nor any special > interest in it. I'm here to talk about Maven. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > http://www.uci.cu > > http://www.uci.cu > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
