Re: using classes from another web project

2006-03-16 Thread Christian Mouttet
merci! Am Donnerstag, 16. März 2006 11:04 schrieb Olivier Lamy: > New module is great because it will be published as an artifact. > Then you can share this with other applications. > > But I'm not sure of this but I think a war is added to the classpath. > Just try ;-) > > - Olivier ***

RE : using classes from another web project

2006-03-16 Thread Olivier Lamy
D] Envoyé : jeudi 16 mars 2006 10:38 À : Maven Users List Objet : Re: using classes from another web project Olivier, thanks for your response. It seems to me that the new-module alternative is the only solution. I imagine that dependencies to type-war projects can't correctly be loaded by

Re: using classes from another web project

2006-03-16 Thread Christian Mouttet
; -2.0-beta-2/src/main/java/org/apache/maven/plugin/war/AbstractWarMojo.ja > va?rev=321457&view=markup method buildWebapp() > > -Message d'origine- > De : Christian Mouttet [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 16 mars 2006 09:44 > À : Maven Users List >

RE : using classes from another web project

2006-03-16 Thread Olivier Lamy
Maven Users List Objet : Re: using classes from another web project any ideas? Am Mittwoch, 15. März 2006 16:23 schrieb Christian Mouttet: > Hi all, > > I have two web applications that share code. An implementation of > javax.servlet.Filter in Project A should be used by Project B. &

Re: using classes from another web project

2006-03-16 Thread Christian Mouttet
any ideas? Am Mittwoch, 15. März 2006 16:23 schrieb Christian Mouttet: > Hi all, > > I have two web applications that share code. An implementation of > javax.servlet.Filter in Project A should be used by Project B. > > With Maven-1 I built a project-a-x.y.jar and defined a dependency to it. > The

using classes from another web project

2006-03-15 Thread Christian Mouttet
Hi all, I have two web applications that share code. An implementation of javax.servlet.Filter in Project A should be used by Project B. With Maven-1 I built a project-a-x.y.jar and defined a dependency to it. The generated project-a.war could be deployed on the application server. In the pom.