Re: release plugin can not build site

2012-12-08 Thread Robert Scholte
Hi, which version of Maven are you using? Do you see that the repository4hibernate-shared is installed/deployed before getting this message? Robert Op Fri, 07 Dec 2012 23:32:28 +0100 schreef Vitaliy Semochkin vitaliy...@gmail.com: Hi, I have a multi-module project that has following

RE: exclusion only when test

2012-12-08 Thread Martin Gainty
centralising dependency information for differing child poms can be achieved via dependency-management mechanismhttp://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Management activating which grouping is included is achieved by defining profiles by

Re: Optional dependency not overlaid

2012-12-08 Thread Dennis Lundberg
Hi Daniel, The 2.0 version of Maven WAR Plugin is over 6 years old. The first thing I'd do is try a later version to see if it solves your problem. The latest version is 2.3. On 2012-12-08 02:32, Winsor, Daniel wrote: Hi, I have declared an optional dependency, but it is not being overlaid

Re: exclusion only when test

2012-12-08 Thread Anders Hammar
No, you cannot set a scope for an exclusion. /Anders On Sat, Dec 8, 2012 at 8:57 PM, laudio.info laudio.i...@gmail.com wrote: hello i have one artifact (A1) that depends from another artifact (A2) the A2 artifact has one dependency but when i make the A1's tests i want to exclude one

Re: release plugin can not build site

2012-12-08 Thread Vitaliy Semochkin
Hello Robert, Thank you for the fast reply I'm using 3.0.4 I see that repository4hibernate-shared is deployed but I don't see it is installed. Is there any way to force release plugin to install it? On Sat, Dec 8, 2012 at 2:16 PM, Robert Scholte rfscho...@apache.org wrote: Hi, which version