RE: Maven hangs downloading artifacts

2011-12-13 Thread Knut Aksnes-NOR
Sounds like firewall or virus scan problems. I used to have the same kind of problems when updating eclipse. A workaround might be to set up some kind of maven repository/proxy (I use Archiva) Manually installing problem files into Archiva if needed. -Original Message- From: Paul Johnst

RE: maintaining same version

2011-12-13 Thread Knut Aksnes-NOR
Why not skip version int the child project poms? It should then be inherited from the parent pom. -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: 13. desember 2011 15:33 To: Maven Users List Subject: Re: maintaining same version On 13/12/2011 8:58 AM,

RE: maven-shade-plugin, minifyJar removes classes used in Class.forName(...)

2011-12-13 Thread Knut Aksnes-NOR
How about using shading twice using two different projects (or subprojects) one to build a shaded minified jar then another one depending on the first one just shading the drivers and the result jar from the first shade operation without minifyJar this time? -Original Message- From: Ol

Maven EJB plugin question

2011-11-17 Thread Knut Aksnes-NOR
Maven ejb plugin have a generateClient config parameter, my question is really what will be generated, or to be specific: What will be generated for a Stateless session bean annotated as web service? I have tried it for a simple web service (simple argument and return types) Using a dependency