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
***
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
; -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
>
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.
&
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