On 8/8/05, Mueffke, Friedger <[EMAIL PROTECTED]> wrote: > How would I do that? Do I have to add manually all files, create a > repository entry and copy the files to my repository?
Yes, if they are your own JAR files (instead of those on a public repository like ibiblio). The process is basically the same as Maven 1, which is well documented: http://maven.apache.org/reference/internal-repositories.html >From that, you would replace the repo.remote property with a <repository> section in the POM, and all the deployment properties with <distributionManagement> in the POM. Cheers, Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
