Re: Deleting Projekts - Server hangs

2007-07-23 Thread Napoleon Esmundo C. Ramirez
Hello Jens, Maybe you can provide us with some more information. Steps on how you encountered it, and the output (a stacktrace would be very helpful) will give us a clue. :) Cheers! Nap On 7/23/07, Mac-Systems <[EMAIL PROTECTED]> wrote: Hello, i test Continuum. If i remove an Projekt is see

Re: Exclude libs in a webapp deployment

2007-06-14 Thread Napoleon Esmundo C. Ramirez
Hello, Just specify provided to whatever dependencies you expect in the container, and it'll do fine. Cheers! Nap On 6/14/07, aemm <[EMAIL PROTECTED]> wrote: hi people! I have a problem and I want some help, please. I want to exclude de /WEB-INF/lib directory (that was generated automatica

Re: Maven versioning

2007-06-14 Thread Napoleon Esmundo C. Ramirez
Hello Wim, The page you posted contains the implemented versioning scheme of maven. You can refer to that for releases. As for distinguishing your snapshot builds, you can check on true in distribution management. Cheers! Nap On 6/14/07, Wim Deblauwe <[EMAIL PROTECTED]> wrote: Hi, I was loo

Re: [MOJO] What s the dependency including MavenProject class ?

2007-06-13 Thread Napoleon Esmundo C. Ramirez
Hello Alexandre, To help you fiddle with it, MavenProject is located in org.apache.maven:maven-project. Just check out the latest release. :) Cheers! Nap On 6/14/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: That's already included in Maven core.. you can find it inside the uber jar in you

Re: Disabling Continnum URL

2007-06-13 Thread Napoleon Esmundo C. Ramirez
Hello Ashwin, AFAIK, Continuum only wraps the ant project (wraps executing the project, etc) and it doesn't look into the information in build.xml, so you still need to provide the SCM url. Cheers! Nap On 6/13/07, Ashwin E <[EMAIL PROTECTED]> wrote: I'm using Ant with Continuum. I already ha

Re: Install/deploy a project with a single file

2007-06-10 Thread Napoleon Esmundo C. Ramirez
Hello, Wow, I never thought a project could consist only of a single xml file. Anyway, I assume that it is a java-related project, so suggest that you package it as a resource (relocate it in ${basedir}/src/main/resources) and package it as a jar file. You can use a simple pom.xml (containing on

Re: axistools-maven-plugin

2007-06-05 Thread Napoleon Esmundo C. Ramirez
Hello David, Yep, as long as those goals are bound to different executions. Cheers! Nap On 6/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Everyone, Is it possible to use both goals java2wsdl and wsdl2java of the axistools-maven-plugin in the pom or are you limited to just one? Than