Why is my WAR exploded in the EAR?

2009-09-06 Thread Joerg Heinicke
Hi, I'm trying to create an EAR from my WAR file. The WAR itself works perfectly. Now I expected ear:ear will simply create my EAR file. (It is supposed to consist only of this one web module.) Unfortunately the WAR is exploded in the EAR's root. I searched in the archives but it seems people usu

Re: Why is my WAR exploded in the EAR?

2009-09-06 Thread Aleksey Didik
Hi, Using separate module for EAR is the most useful solution. This module is description of "what must be in the ear". Use ear, section in the and, attention, don't forget add dependency to project-web artifact to section. Like below: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="..."

Re: Why is my WAR exploded in the EAR?

2009-09-06 Thread Joerg Heinicke
Aleksey Didik magenta-technology.ru> writes: > Using separate module for EAR is the most useful solution. > This module is description of "what must be in the ear". > Use ear, section in the > and, attention, don't forget add dependency to project-web artifact to > section. Thanks Aleksey.

Can't get doxia-module-docbook-simple version 1.1 or 1.1.1 working

2009-09-06 Thread Fred Vos
Hello, Im struggling with this for some time now. I'm trying to setup documentation using reStructuredText as the document format. But I'm having troubles getting things done. $ mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_14 Java home: /usr/lib/jvm/java

problem regarding maven release plugin

2009-09-06 Thread is_maximum
Hi We are using Maven release plugin version 2 beta 9 1 - We've got some problem in releasing our applications. There are a bunch of projects defined in our company and each is being developed by a team. Because we are in developing phase for some dependencies we use SNAPSHOT versions and we don't

Re: problem regarding maven release plugin

2009-09-06 Thread Dan Tran
Release plugin cannot proceed with snapshot dependencies including build plugin. The main rational is it want to guarantee the release code is producible. Note snapshots can go away any time and it can have behaviors changed any time. -D On Sun, Sep 6, 2009 at 9:52 PM, is_maximum wrote: > > Hi

Re: Why is my WAR exploded in the EAR?

2009-09-06 Thread Aleksey Didik
Unfortunately not, you can't use parent project with packaging pom as ear module. Own module for EAR is a part of Maven paradigm: module -> artifact. EAR plugin just replace JAR plugin in EAR module and it can't be used just like surefire plugin. In other words, EAR plugin doesn't attach to neces

Re: Maven 3.0 @ JavaZone

2009-09-06 Thread Ketil Aasarød
I'll be there, and I'll be sure to make room for it on my agenda. Looking forward to it :) -ketil 2009/9/4 Jason van Zyl : > Norway has always been a big supporter of Maven (I'm sorry about Maven 1.x) > and so it's the first place that I'm going to give a talk on Maven 3.0. If > you're going to