On Thu, Dec 3, 2009 at 6:05 PM, Sandro Martini <sandro.mart...@gmail.com> wrote:

> Last year I have done some tests inside a fully-mavenized project, to
> consume Pivot jars (manually deployed in my local repository), and
> create a simple Pivot App, and all has worked. I have to find it in my
> disks (maybe I have already sent to you, I don't remember) and
> adapt/simplify it for Pivot 1.4 .

Maven also has support for "converting" existing jars into
installed/deployed artifacts.

mvn install:install-file -DgroupId=... -DartifactId=...  -Dversion=...
-Dpackaging=jar -Dfile=...

mvn deploy:deploy-file -DgroupId=... -DartifactId=...  -Dversion=...
-Dpackaging=jar -Dfile=... -Durl=scp://somehost/somepath


Often this is easy enough, and is the way I deployed
http://repository.ops4j.org/maven2/org/apache/pivot/


Cheers
-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

Reply via email to