mvn deploy:deploy does not work :(

2010-01-20 Thread Afkham Azeez
idea what could be the problem? We also noticed that the keyboard interaction is used even when the password is supplied and this seems to be a bug http://jira.codehaus.org/browse/WAGON-237 -- Thanks Afkham Azeez Blog: http://afkham.org

SNAPSHOT versioning

2009-04-30 Thread Afkham Azeez
Hi Folks, What are the valid SNAPSHOT versions from the following? 1/ x-1.1.2-SNAPSHOT.jar 2/ x-SNAPSHOT.jar 3/ x-1.1.2.SNAPSHOT.jar are all 3 of the above valid SNAPSHOTs? -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http

Re: Rép. : SNAPSHOT versioning

2009-04-30 Thread Afkham Azeez
one. Florian Afkham Azeez afk...@gmail.com 30.04.2009 15:48 Hi Folks, What are  the valid SNAPSHOT versions from the  following? 1/  x-1.1.2-SNAPSHOT.jar 2/  x-SNAPSHOT.jar 3/  x-1.1.2.SNAPSHOT.jar are all 3 of the above valid SNAPSHOTs? -- Thanks Afkham Azeez Blog: http

Re: Stopping artifact from getting uploaded to local repo

2006-12-21 Thread Afkham Azeez
An artifact of my own module. On 12/21/06, Wim Deblauwe [EMAIL PROTECTED] wrote: Do you mean an artifact that is the output of your own module or an artifact that is a dependency of a library or plugin you want to use? regards, Wim 2006/12/21, Afkham Azeez [EMAIL PROTECTED]: Is there any

[M1] Ant Zip task excluded empty directories

2006-01-19 Thread Afkham Azeez
Hi Folks, I'm using Maven 1.0.2. I have a problem with the ant zip task. Empty directories are not getting included in the zip archive. Seems like a bug. Anybody encountered a similar situation before? -- Thanks Afkham Azeez

Re: [M1] Defining multiple source directories for a given maven module

2006-01-19 Thread Afkham Azeez
Hi Folks, Isn't maven 1 supported or used anymore? On 1/16/06, Afkham Azeez [EMAIL PROTECTED] wrote: Hi Folks, I have a project with multiple maven modules. In one of these modules, there are 2 different source directories. When these module is compiled, I need maven to compile both

Re: [M1] Ant Zip task excluded empty directories

2006-01-19 Thread Afkham Azeez
seems to have some problems again, right now you can't see any comments, just wait a bit). Lukas Afkham Azeez wrote: Hi Folks, I'm using Maven 1.0.2. I have a problem with the ant zip task. Empty directories are not getting included in the zip archive. Seems like a bug. Anybody

Re: Worst documentation in the whole apache projects

2006-01-19 Thread Afkham Azeez
commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Thanks Afkham Azeez

[M1] Defining multiple source directories for a given maven module

2006-01-16 Thread Afkham Azeez
specify a single source directory, I suppose. I have another source directory in this module (samples/src). Any help will be appreciated. -- Thanks in advance Afkham Azeez - To unsubscribe, e-mail: [EMAIL PROTECTED

[M1] Specifying Module build order

2006-01-12 Thread Afkham Azeez
Hi Folks, I have a project with multiple modules and I have got all my project.xml files and maven.xml files in place. But I do not know how to specify the order in which the modules are to be built. How is this achieved? -- Thanks Afkham Azeez

[M1] Resetting Properties

2006-01-09 Thread Afkham Azeez
? -- Thanks Afkham Azeez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M1] Resetting Properties

2006-01-09 Thread Afkham Azeez
It seems that ant properties are immutable. Is there an alternative? On 1/9/06, Afkham Azeez [EMAIL PROTECTED] wrote: Hi Folks, I'n my maven XML i set a property with a particular name(modules say), and then elsewhere in the XML, I try to reset it to another value. But I found that the new

Re: [M1] Resetting Properties

2006-01-09 Thread Afkham Azeez
Is it possible to define a global jelly variable? (i.e. a variable that may be shared by many maven goals) On 1/9/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: You can use a Jelly variable j:set var=... value=.../ j:unset var=... value=.../ Arnaud On 1/9/06, Afkham Azeez [EMAIL PROTECTED

Re: Creating macros in maven

2006-01-05 Thread Afkham Azeez
definitions in jelly scripts. I have never tried this myself, but you can give it a shot. HTH, Rahul - Original Message - From: Afkham Azeez [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Thursday, January 05, 2006 6:29 PM Subject: Re: Creating macros

Creating macros in maven

2006-01-04 Thread Afkham Azeez
Hi I'm a maven newbee... Can anybody tell me whether macros (similar to ant macros) can be written using maven? If so, please provide me with some pointers. -- Thanks in advance Afkham Azeez - To unsubscribe, e-mail: [EMAIL

Re: Creating macros in maven

2006-01-04 Thread Afkham Azeez
Azeez [EMAIL PROTECTED] wrote: Hi I'm a maven newbee... Can anybody tell me whether macros (similar to ant macros) can be written using maven? If so, please provide me with some pointers. -- Thanks in advance Afkham Azeez