AW: Making plugins a dependency

2004-01-23 Thread Oliver Nolle
I was also surprised to see plugin:deploy having quite a different semtantics than jar:deploy and dist:deploy. I wrote the following goal to accomplish what I would have expected a plugin:deploy goal to do: goal name=plugindeploy description=deploys a plugin to the central

Re: Making plugins a dependency

2004-01-23 Thread Marco Tedone
Could you please be a bit more detailed with an example? Cheers, Marco - Original Message - From: [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 7:33 AM Subject: Re: Making plugins a dependency Use repository:copy-artifact -- dIon Gillard,

Why are plugin deps always copied to $MAVEN_HOME/plugins?

2004-01-23 Thread __matthewHawthorne
If a dependency has typeplugin/type, it seems that it is always copied to $MAVEN_HOME/plugins -- even if the plugin is already there. Why is this? This caused me some problems when running on a machine in which I didn't have write permissions to $MAVEN_HOME/plugins. I sudo'd and installed

invalidate resources

2004-01-23 Thread Stephane Nicoll
Hello, I have a question about invalidating resources. Let's say we have a maven project that generates an ejb-jar module. In our project.xml we have something like this: sourceDirectory${basedir}/src/java/sourceDirectory resources resource

artifact deployment / ssh / plink

2004-01-23 Thread Nathan Coast
Hi, I'm trying to use the artifact plugin to deploy to my repo. from the artifact plugin. ant:exec dir=. executable=${commander} ant:arg line=-l ${username} ${siteAddress} '${assureDirectoryCommand} ${resolvedDirectory}'/ /ant:exec When I run the deploy:artifact tag from maven it

RE: artifact deployment / ssh / plink

2004-01-23 Thread Ebersole, Steven
I don't think it can be done (at least I could not find out how). What I did was to set up a public/private key between my machine and the deployment box (using puttygen) and then using pageant (another putty tool). Works like a champ... -Original Message- From: Nathan Coast

Re: artifact deployment / ssh / plink

2004-01-23 Thread Nathan Coast
thanks, I'll give it a go Ebersole, Steven wrote: I don't think it can be done (at least I could not find out how). What I did was to set up a public/private key between my machine and the deployment box (using puttygen) and then using pageant (another putty tool). Works like a champ...

RE: artifact deployment / ssh / plink

2004-01-23 Thread Ebersole, Steven
Here a link to a pretty good resource on sourceforge about setting this sort of thing up. Of course some of the steps are very specific to their environment... http://sourceforge.net/docman/display_doc.php?docid=766group_id=1#sshkeygen -Original Message- From: Nathan Coast

Upload request; can't add to JIRA

2004-01-23 Thread Craig S. Cottingham
Apologies for posting this here. I tried adding this to JIRA, but I can't get past Step 2 of 2 of creating the issue, and it's not giving any kind of error message. Jakarta DateTime taglib http://www.apache.org/dist/jakarta/taglibs/datetime/binaries/jakarta-taglibs-datetime-1.0.1.tar.gz project

Re: User input for Continuum

2004-01-23 Thread Jason van Zyl
On Mon, 2004-01-19 at 07:17, Rafal Krzewski wrote: Jason van Zyl wrote: Howdy, I have Continuum up and running using the new maven-scm stuff and the new maven components so I wanted to get some input on how people would like to use it. All the information required for checking out and

Re: BouncyCastle PGP Signature plugin

2004-01-23 Thread Jason van Zyl
On Mon, 2004-01-19 at 20:02, Mark R. Diggory wrote: Ok, Jason, can I get this jar published? http://www.bouncycastle.org/download/bcpg-jdk13-121.jar Sure, I'm just catching up on mail ... thanks, Mark [EMAIL PROTECTED] wrote: I believe it was Jason. -- dIon Gillard, Multitask

Re: AW: Making plugins a dependency

2004-01-23 Thread Alex Vollmer
What platform have you tried this on? I found that the way the 'SSH' command is executed on Linux in RC1 is broken. Has anyone else had this experience? --Alex V. On Thu, 2004-01-22 at 23:50, Oliver Nölle wrote: Could you please be a bit more detailed with an example? See the message I

Maven Presentation For Maven and Developers?

2004-01-23 Thread conradwt
Hi, does anyone have overview documentation for Maven? I'm looking to do a presentation on Maven. In short, I trying to get the company to buy into it. Thus, if anyone has any leads as to where I can locate such information, please drop me an e-mail or post to the e-mail list. Thanks in

Re: Maven Presentation For Maven and Developers?

2004-01-23 Thread paulsm
Hi - Outside of the Goals and Getting Started Guide on http://maven.apache.org, Wrox will be coming out with a new book soon: Professional Java Tools for Extreme Programming : Ant, XDoclet, JUnit, Cactus, Maven:; Richard Hightower, Nicholas Lesiecki, Maciej Zawadzki Paperback: 816

Re: Maven Presentation For Maven and Developers?

2004-01-23 Thread Jeffrey Bonevich
That book has been a year in the coming. Any clue if this is for 'real'? jeff [EMAIL PROTECTED] wrote: Hi - Outside of the Goals and Getting Started Guide on http://maven.apache.org, Wrox will be coming out with a new book soon: Professional Java Tools for Extreme Programming : Ant, XDoclet,

xdoc parameter replacement

2004-01-23 Thread Nathan Coast
Hi, Is it possible to perform parameter replacement when generating xdocs? I'm hoping to achieve something like: body section name=Download ${pom.id} Example pre a