Finally, it worked...thanks a lot !
Wayne Fay wrote: > > I could be wrong about that. Check the other examples. You might > actually want copy-dependencies. > > Wayne > > On 4/25/07, Wayne Fay <[EMAIL PROTECTED]> wrote: >> You probably want "dependency:unpack-dependencies". >> >> Wayne >> >> On 4/25/07, JavierL <[EMAIL PROTECTED]> wrote: >> > >> > >> > Wayne Fay wrote: >> > > >> > > Ah! In that case, you want to use the maven-dependency-plugin: >> > > http://maven.apache.org/plugins/maven-dependency-plugin/ >> > > >> > >> > >> > I've read docs and see this: >> > >> > ---------- >> > <artifactItems> >> > <artifactItem> >> > <groupId>[ groupId ]</groupId> >> > <artifactId>[ artifactId ]</artifactId> >> > <version>[ version ]</version> >> > <type>[ packaging ]</type> >> > <overWrite>[ true or false ]</overWrite> >> > <outputDirectory>[ output directory ]</outputDirectory> >> > <destFileName>[ filename ]</destFileName> >> > </artifactItem> >> > ----------- >> > >> > I wonder if it means every dependency to be copied should be write by >> hand >> > in such way. >> > >> > I hope to be wrong because I found this totally ilogical. I want >> something >> > to do the job automatically and not complicate the verbose maven pom >> > configuration. >> > >> > Thanks in advance >> > >> > J >> > >> > >> > J >> > >> > -- >> > View this message in context: >> http://www.nabble.com/jar-with-dependencies-in-a-folder-tf3644333s177.html#a10188383 >> > Sent from the Maven - Users mailing list archive at Nabble.com. >> > >> > >> > --------------------------------------------------------------------- >> > 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] > > > -- View this message in context: http://www.nabble.com/jar-with-dependencies-in-a-folder-tf3644333s177.html#a10195552 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
