Hi,
we would like to package our application so it can run without any network
connection and within the installation directory.
I figure we would need to
1) resolve all dependencies and put them in a repository like the system
repo

2) override the avalon properties and all merlin properties - what are the
properties that need to be changed?
it seems like:
  ${avalon.repository.cache}
  ${avalon.repository.hosts}
  ${merlin.system}
  ${merlin.repository}
  ${merlin.repository.hosts}
However, merlin keeps going to the ${user.home}/.maven/repository ...

3) specify a kernel.xml that has only local repos.


Is there any easy way to do this? How do I get all runtime dependecies into
a seperate repo? Should we just boot up the application, se what it
downloads and then package that?

regards


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

Reply via email to