RE: Using the Artifact plugin for deployment

2004-07-01 Thread Ryan Lloyd
For those interested in the origin of the phrase 'catch 22', it is described here:
 
http://www.straightdope.com/mailbag/mcatch22.html
 
The best example of a 'catch 22' that I can think of would be:
 
'You can't get a job without experience, but you can't get experience unless you have 
a job'
 
Regards,
Ryan
 

-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Mon 28/06/2004 12:41 
To: Maven Users List 
Cc: 
Subject: Using the Artifact plugin for deployment




Hey all,

I'd just give a vote for getting all the maven supplied plugins to use the
Artifact plugin for deployment instead of the old method, where scp etc. is
specified.

I do know, that you maintain it to keep backwards compability, but I've reached
the step where I have to jump through some pretty funny shaped hoops in order
to get the deployed files where I'd like them to go. And the Artifact plugin
seems to fit the bill absolutely perfectly ..

What's the general opinion on this one ?

br,
  Sverre Eplov




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



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

RE: GMail Accounts

2004-06-24 Thread Ryan Lloyd
Ryan Lloyd
 
cheers.

-Original Message- 
From: Dion Gillard [mailto:[EMAIL PROTECTED] 
Sent: Thu 24/06/2004 09:04 
To: Maven Users List 
Cc: 
Subject: GMail Accounts



If anyone is after one, pop me an email with your first and last names...

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




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

deploy:pom plugin

2004-05-25 Thread Ryan Lloyd
I'm looking for some information on the deploy:pom plugin.
 
In looking through the jelly script I noticed an artifact tag, but being new to Maven, 
it's not explicitly clear to me what properties, or tags I need in my project for the 
deployment of an artifact to be successful. Can anyone provide some advice on how to 
get started with this plugin?
 
Currently, I'm just evaluating the functionality available to understand if  Maven can 
solve the problem of deploying a set of applications to a variety of target machines. 
(I'm looking to automate the generation of the project.xml, maven.xml, and 
project.properties with  a web-interface, so that users can input some basic 
application information, which invokes maven plugins that extract the SCM source, 
build the app, then deploy it to one of the many target environments).
 
 
Regards,
Ryan
 
 


Local deployment of Dependent Jars

2004-05-12 Thread Ryan Lloyd
Is anyone able to point me to some documentation which explains how I can perform 
local deployment of dependencies? I've been able to compile, and create jars from my 
source quite easily, but in order to create a useful 'distribution', I need to be able 
to package the compiled source, along with the dependent jar files from the local 
repository.
 
Any advice would be appreciated.
 
Regards,
Ryan