Re: Rép. : SNAPSHOT versioning

2009-04-30 Thread Florian MULLER
lly update an artifact versioned as x-1.1.2.SNAPSHOT.jar, when an online build is done? Thanks Azeez On Thu, Apr 30, 2009 at 7:36 PM, Florian MULLER wrote: > Hi, > > First one, if you want a versionning, or second if you don't want. The third > is a bad one. > > Floria

Rép. : SNAPSHOT versioning

2009-04-30 Thread Florian MULLER
Hi, First one, if you want a versionning, or second if you don't want. The third is a bad one. Florian >>> Afkham Azeez 30.04.2009 15:48 >>> Hi Folks, What are the valid SNAPSHOT versions from the following? 1/ x-1.1.2-SNAPSHOT.jar 2/ x-SNAPSHOT.jar 3/ x-1.1.2.SNAPSHOT.jar are all 3 of

Dependency resolution with classifier

2009-04-30 Thread Florian MULLER
Hi, I'm using Maven 2.1.0, with plugins: Maven WAR, Maven Release & Maven Eclipse. My question is about the mechanism for resolving dependencies, more precisely resolution for a dependency with classifier. I have a multi-projects architecture, with a parent and 5 modules: ejb, web-A, web-Z, webs

Reference on ejb module from web module in .component

2009-04-27 Thread Florian MULLER
Hi all, I 've got a problem with the deployement of an ejb module. In my case, i've a multi-projects with WTP 3.0.5. I reference the ejb module as dependency in the POM of my web project. But, when i want deploy it on Tomcat 6.0, my ejb module isn't exported. However if i update manually the "depl