You can rename/unzip the files after they are downloaded from the repository using a custom plugin, the assembly:unpack goal, or the antrun plugin with ant tasks.
The filename must be in Maven's format in the repository, but you can do with the files what you want after they are downloaded. - Brett On 10/28/05, steve neo <[EMAIL PROTECTED]> wrote: > I try to build a SWT repository in my FTP server. SWT includes many > dll or so file and their name are hard-code in SWT java code. > > I take days to try to find a way to deploy jar, src zip and dll. > Failed. Folllowing is my assumed solution: > > 1) For maven2 repository file name rule!? it is obviously not meet my > requirement. > 2) does maven2 provide a customized artifact name rule? > 3) Zip all dlls and unzip it after download, it seems need ant to do this. > > Are there any solution for this case? > > Steve > > --------------------------------------------------------------------- > 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]
