On Jan 3, 2008 7:34 AM, Ritz, Martin <[EMAIL PROTECTED]> wrote: > i have a multimodule project and i search for a way to make the whole project > portable. > I have many third party dependencies in my locale repository which arent > available in the remote repository. > So i need a way to identify all dependencies in a project and bundle them in > an archive or so to build my project offline at another place. > Can somebody help me or give me a hint in which way i can solve my problem? > Thx.
You can use the assembly plugin to create a remote repository structure: http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-repositories.html Because you don't want all of the dependencies, you may need to do this in a separate module so that you can control what goes into the created repository. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
