---- Richard Chamberlain <[EMAIL PROTECTED]> schrieb:
> Hey all,
> 
> I've got a non maven artefact that i've added to my company repository
> with mvn deploy:deploy-file. However i also have the javadoc and would
> like to add it to the repo.
> 
> mvn deploy:deploy-file seems to only handle one file, so i'm at a loss
> as to how to get the javadoc in the repo.

Just copy it there, using scp or whatever works for your system. 

Using deploy-file is important for the binary code jar, in order to create the 
right meta-data files. But AFAIK there is no additional meta-data needed for 
associated files like javadoc or source.

Regards,
Simon

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

Reply via email to