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