In case anyone is interested, you can do a mvn -Dmaven.repo.local=<local_repo_path> [compile/install/etc.] then do a mvn -o -Dmaven.repo.local=<local_repo_path [compile/install/etc.]
- Sepand On 9/5/06, Sepand M <[EMAIL PROTECTED]> wrote:
hmm. Yeah. Definately a good starting point though. Thanks On 9/5/06, Hiram Chirino <[EMAIL PROTECTED]> wrote: > > something like: > > mvn install:install-file -DgroupId=org.apache.directory.server > -DartifactId=apacheds-protocol-kerberos -Dversion=1.0-RC3 > -Dpackaging=jar -Dfile=/path/to/file > > and you would have to do this for each dependency.. so I'm not sure > how good this idea really is. > > > On 9/5/06, Sepand M <[EMAIL PROTECTED]> wrote: > > That would be great actually, do you know what that command is? > > And where does it install the artifacts? > > (I need everything to be in one neat directory) > > > > On 9/5/06, Hiram Chirino <[EMAIL PROTECTED]> wrote: > > > > > > you can build offline with -o. It just builds off you local repo. > > > maven also has a command to manually install artifacts to the local > > > repo if that's what your looking for. > > > > > > On 9/5/06, Sepand M <[EMAIL PROTECTED] > wrote: > > > > Hi guys, > > > > > > > > I need to get activemq to build without maven searching for > updates, > > > etc. > > > > The only way I know of doing that right now is to manually edit > all pom > > > > files and set static versions. But that would require a lot of > > > modifications > > > > to the poms, which I would rather avoid. > > > > > > > > Does anyone know a better way? > > > > I know this could be asked in the maven boards, but I'd rather get > info > > > from > > > > people familiar with the specifics of activemq. > > > > > > > > Regards, > > > > Sepand > > > > > > > > > > > > > > > > > -- > > > Regards, > > > Hiram > > > > > > Blog: http://hiramchirino.com > > > > > > > > > > -- > Regards, > Hiram > > Blog: http://hiramchirino.com >
