Re: Built-in goals and properties

2004-07-23 Thread Dion Gillard
There are very few properties available without plugins. Things like compiling java code and running junit tests are done by plugins, so those plugins provide their own properties for customization. I'm assuming you've found http://maven.apache.org/reference/user-guide.html#Behavioural_Properties

Built-in goals and properties

2004-07-23 Thread March, Andres
I cannot seem to find much documentation on which goals and properties are built into maven. Each plugin seems to have this in a logical place at the top of their site but I really want to know what I can do without the plugins. One simple example is when I wanted to add the generated source d

Michele Forte/SwissRe is out of the office.

2004-07-23 Thread Michele_Forte
I will be out of the office starting 24/07/2004 and will not return until 08/08/2004. I will read my e-mail, but I will not guaranty an immediater answer so if you have urgent matter : for j2ee migration or POM related questions please contact the IX Customer Service at (4884) for friends please

Michele Forte/SwissRe is out of the office.

2004-07-23 Thread Michele_Forte
I will be out of the office starting 24/07/2004 and will not return until 08/08/2004. I will read my e-mail, but I will not guaranty an immediater answer so if you have urgent matter : for j2ee migration or POM related questions please contact the IX Customer Service at (4884) for friends please

test:ui and the maven.junit.dir property

2004-07-23 Thread Ben Pillet
Is there any reason why test:ui ignores the maven.junit.dir property? test:test includes but test:ui does not. I added that block to test:ui and it fixed a problem I was having with relative paths in a jetty.xml file. Ben __

Re: Using sshdeploy

2004-07-23 Thread Dion Gillard
I'll happily review and commit the docs. On Fri, 23 Jul 2004 19:57:43 +0200, Geoffrey <[EMAIL PROTECTED]> wrote: > I had the same problem. Its needs to be documented. > (I 'd love to document it decently if a Maven developer aggrees to review > and add it) > It's hanging on the ssh command. > > F

Re: FTP in plugin

2004-07-23 Thread dan tran
Jon, You can search the archive, some one proposed a work around a few days ago. -D On Fri, 23 Jul 2004 16:57:35 -0400, STRAYER, JON (SBCSI) <[EMAIL PROTECTED]> wrote: > I'm trying to ftp from a plugin. I've used both and > The results are the same (nothing). I see the messages from echo.

FTP in plugin

2004-07-23 Thread STRAYER, JON (SBCSI)
I'm trying to ftp from a plugin. I've used both and The results are the same (nothing). I see the messages from echo. Does anyone have a clue? My tag looks like this (a blantent ripoff of the release plugin:

Re: Using sshdeploy

2004-07-23 Thread Geoffrey
I had the same problem. Its needs to be documented. (I 'd love to document it decently if a Maven developer aggrees to review and add it) It's hanging on the ssh command. First get an ssh client. (For winblows get Cygwin with OpenSSH) Make sure you have a private key (generate one with openssh and

RE: First plugin

2004-07-23 Thread Charles Daniels
> -Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 4:23 PM > To: 'Maven Users List' > Subject: First plugin > > > I'm working on my first plugin. Should I need to delete it > from the cache each time in install it? > > Maven doesn't se

First plugin

2004-07-23 Thread STRAYER, JON (SBCSI)
I'm working on my first plugin. Should I need to delete it from the cache each time in install it? Maven doesn't seem to pick up the changes otherwise. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Multiple dependencies of different types

2004-07-23 Thread Maczka Michal
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 4:20 PM > To: [EMAIL PROTECTED] > Subject: Multiple dependencies of different types > > > It would seem that Maven 1.0 does not take the element > into account > when downloading a d

Multiple dependencies of different types

2004-07-23 Thread MichaelH
It would seem that Maven 1.0 does not take the element into account when downloading a dependency. Is that correct behavior? I have a project that's meant to be a master build over a number of other projects. For example, it downloads a project A's artifact (i.e. a jar file) and then intends

RE: perform-release occasionally commits an empty POM

2004-07-23 Thread Peter Bright
How? > -Original Message- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: 22 July 2004 18:59 > To: 'Maven Users List' > Subject: RE: perform-release occasionally commits an empty POM > > > Hi, > > Raise an issue to JIRA so it's not forgotten > > Regards > > Carlos Sanchez > A

Re: RE:Newbie question: maven and proxies - unable to find line starting with "HTTP"

2004-07-23 Thread Emmanuel Venisse
You can report it here : http://jira.codehaus.org/browse/MAVEN, and attach your patch. Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 3:38 PM Subject: RE:Newbie question: maven and proxies - unable to find line starting with "H

RE:Newbie question: maven and proxies - unable to find line starting with "HTTP"

2004-07-23 Thread Phillip . Kohl
Hi, I (finally) solved the problem by getting the Sources and modifying org.apache.maven.util.HttpUtils After line 370 I inserted this one: client.getState().setAuthenticationPreemptive(true); After compiling Maven the Project compiled fine, and has no longer Problems with ou

Re: problem using snapshots in JAR override

2004-07-23 Thread Craig S . Cottingham
On Jul 23, 2004, at 04:51, Maczka Michal wrote: In m2 we have already one single install goal which is "smart" enough to check project's type and version . It means that soon you will be able to do: maven install and this will do what (depending of the context) what jar:install, jar:install-snaps

RE: problem using snapshots in JAR override

2004-07-23 Thread Carlos Sanchez
Mmm, you should raise an issue to JIRA. It's a very bad idea because you are trying to cheat your build managers. > -Original Message- > From: Marcel Vehof [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 11:45 AM > To: 'Maven Users List' > Subject: RE: problem using snapshots in

RE: problem using snapshots in JAR override

2004-07-23 Thread Maczka Michal
IMO what you are trying to do is no more no less then cheat your build managers :) If they dislike the idea of SNAPSHOT artifacts - its better not to use them or explain to them what for you need to use them. You may also consider using 2.1-SNAPSHOT 2.1-SNAPSHOT this is what will be soo

RE: problem using snapshots in JAR override

2004-07-23 Thread Marcel Vehof
In the Maven User Guide http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependen cies it is stated that you can do maven.jar.artifactId = [version] eg. maven.jar.classworlds = 1.0-beta-1 So that's the reason I tried to use SNAPSHOT as a version. Besides when I specify any v

RE: problem using snapshots in JAR override

2004-07-23 Thread Carlos Sanchez
Hi, You must specify the full name of the file maven.jar.mylibrary=path_to_file/mylibrary-SNAPSHOT.jar This is designed to use different file names, what you're doing using different versions is a *very bad* idea. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.

problem using snapshots in JAR override

2004-07-23 Thread Marcel Vehof
Hello, In our organization we want to use snapshot versions of some of our libraries, during developing. Normally, this would be done by stating the version number for the library as SNAPSHOT in project.xml But this practice is not allowed by our build managers, they only want references to off

AW: Customized Build Summary

2004-07-23 Thread Jörn Gebhardt
> You can add a postGoal to build:end. 1. Can I define post goals only in the maven.xml or also in a plugin Jelly script? 2. And does there exist any global context, that can be accessed from all plugins, reactor calls etc., where I can collect the status information? I've already tried to write