They're is no version in repository as this dependency comes from the other 
sub-project !

I tried to use this without more effect :

<dependency>
     <groupId>pacila</groupId>
     <artifactId>pacila-metier</artifactId>
     <version>${pom.currentVersion}</version>
     <type>jar</type>
     <properties>
         <war.bundle>true</war.bundle>
     </properties>
</dependency>

Does'nt multiproject detect that "pacila-metier" must be build before pacila-webapp to 
resolve this dependency ?

Nico.



>
> whats the version of the pacila-metier jar that you have in your
> local repository? I think you should reference one of the
> versions you have installed there.
>
> greetings
> Fábio
>
> Nicolas De Loof writes:
>
> > I'm back with my multiproject !
> >
> > - pacila-metier builds a jar (pacila-metier.jar)
> > - pacila-webapp builds a war.
> >
> > I want pacila-metier.jar to be bundled into the war, so I set :
> >
> > <dependency>
> >     <groupId>pacila</groupId>
> >     <artifactId>pacila-metier</artifactId>
> >     <version>SNAPSHOT</version>
> >     <type>jar</type>
> >     <properties>
> >         <war.bundle>true</war.bundle>
> >     </properties>
> > </dependency>
> >
> >
> > When I run multiproject, it tries to build pacila-webapp and fails because 
> > SNAPSHOT does not exist.
> >
> > What tot do ?
> >
> > Nico.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> --------------------------------------------------------------------------------
> Get your free 15 Mb POP3 email @alexandria.cc
> Click here -> http://www.alexandria.cc/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to