Ok in this way it is working as it adds only velocity-dep.jar. But I don't think that putting velocity and its dependencies in one jar is good idea. So I want separate velocity.jar and its dependencies jars. The problem I think is in Maven repository.. but have someone solved it?
On 3/9/06, Arkadiusz Ryćkowski <[EMAIL PROTECTED]> wrote: > > Anislav Atanasov napisał(a): > > >Hi > > I'm trying to build a web application based on velocity with Maven. I > add > >dependency: > > > > <dependency> > > <groupId>velocity</groupId> > > <artifactId>velocity</artifactId> > > <version>1.4</version> > > <scope>runtime</scope> > > </dependency> > > > > > > > I have > <dependency> > <groupId>velocity</groupId> > <artifactId>velocity-dep</artifactId> > <version>1.5</version> > </dependency> > > Best regards > Arek > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >