On Jan 26, 2008 11:30 AM, Volker Weber <[EMAIL PROTECTED]> wrote: > How can i make maven-war-plugin put the dojo.zip into WEB-INF/lib? > > i tryed > > <dependency> > <groupId>org.dojotoolkit</groupId> > <artifactId>dojo-release</artifactId> > <version>1.0.1</version> > <type>zip</type> > <scope>runtime</scope> > </dependency> > > and installed it to local repository, but it ended not in the war.
Try removing the scope element. (Though I'm not sure whether a zip in WEB-INF/lib is going to work...) -- Wendy
