Re: non mvn artifacts

2007-01-15 Thread Meeraj Kunnumpurath
I have done that as well, in fact, I am thinkining about volunteering to do the mavenisation. Meeraj From: "Raymond Feng" <[EMAIL PROTECTED]> Reply-To: tuscany-dev@ws.apache.org To: Subject: Re: non mvn artifacts Date: Mon, 15 Jan 2007 11:01:26 -0800 Why don't we

Re: non mvn artifacts

2007-01-15 Thread Raymond Feng
Why don't we ask the JXTA folks to publish the latest versions into maven2 repo if possible :-)? Thanks, Raymond - Original Message - From: "Meeraj Kunnumpurath" <[EMAIL PROTECTED]> To: Sent: Monday, January 15, 2007 10:45 AM Subject: non mvn artifacts

Re: non mvn artifacts

2007-01-15 Thread Meeraj Kunnumpurath
Thanks Bert, I will take a look. From: "Bert Lamb" <[EMAIL PROTECTED]> Reply-To: tuscany-dev@ws.apache.org To: tuscany-dev@ws.apache.org Subject: Re: non mvn artifacts Date: Mon, 15 Jan 2007 13:50:21 -0500 I do something similar to this in the helloworldjsonrpc sample, the

Re: non mvn artifacts

2007-01-15 Thread Bert Lamb
I do something similar to this in the helloworldjsonrpc sample, the sample uses the dojo toolkit and downloads it and installs it into the local maven repo if it isn't there already. Have a look at samples/sca/helloworldjsonrpc/pom.xml and build.xml to see how it works. -Bert On 1/15/07, Meeraj

non mvn artifacts

2007-01-15 Thread Meeraj Kunnumpurath
Hi, How do we handle dependencies on artifacts that are not maintaiend in mvn repos. I have a requirement to use the 2.4.1 release for jxta, however, they don't maintain the artifacts in any repos. One option I thought was to download it as part of the build and install it to the local repo.