RE: [ann] Maven 2.0 Beta 3 Released

2005-10-09 Thread BURROWS, Paul
I'd like to know the answer to the same question! -Original Message- From: Richard Palfalvi [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 18:03 To: Brett Porter Cc: announce@apache.org; Maven Users List; Maven Developers List Subject: Re: [ann] Maven 2.0 Beta 3 Released Hi! I am

Re: [ann] Maven 2.0 Beta 3 Released

2005-10-09 Thread Maciej Staszak
Hi, I have the same problem. I get response that such user (me) is not on the list. So I wonder why I receive emails? Maciej Richard Palfalvi napisał(a): Hi! I am still trying to find a possibility to unsubscribe from this mailing list (I am not a developper) but can still not find out

RE: [m2] artifactId appended to scm-connection and url

2005-10-09 Thread Donszelmann, Mark
Hi, In th edefault layout the artifactId matches. If this is not the case, the connection URL needs to be specified. It cannot be inherited and set with ${artifactId} as the expressions are evaluated inside the parent, not in the child. this confuses me a bit: It looks to me like my URL

Changing the default repository location

2005-10-09 Thread Daniel Or
Hi. How can I configure maven to have its local repository at a given location? I need an answer for both m1 and m2. BTW the documentation on repositories does not mention anything regarding the location of the local repository. 10x __ Daniel Or _._._._._._._._._.

RE: Changing the default repository location

2005-10-09 Thread Brian E. Fox
Daniel, Look in your maven/conf/settings.xml. In m2, I think it's the first line. -Original Message- From: Daniel Or [mailto:[EMAIL PROTECTED] Sent: Sunday, October 09, 2005 10:09 AM To: users@maven.apache.org Subject: Changing the default repository location Hi. How can I

Re: Changing the default repository location

2005-10-09 Thread Arik Kfir
Also, you may want to create your own personal configuration - you can place it at ~/.m2/settings.xml Maven will read it from there as well. On 10/9/05, Brian E. Fox [EMAIL PROTECTED] wrote: Daniel, Look in your maven/conf/settings.xml. In m2, I think it's the first line. -Original

Re: [ann] Maven 2.0 Beta 3 Released

2005-10-09 Thread Arik Kfir
Perhaps you've registered under a different email? This happened to me once. Usually happens if you have more than one email account. Are you registered under [EMAIL PROTECTED] in the list, or a different account? On 10/8/05, Maciej Staszak [EMAIL PROTECTED] wrote: Hi, I have the same

[m2] Deploy to multiple repositories?

2005-10-09 Thread Brian E. Fox
Is it possible to deploy to multiple repos using a single deploy command? I tried setting multiple repositories in the distribution management section, but it only seems to use the last definition. We have multiple locations sharing development and artifacts. For the sake of download speed, it

Re: Changing the default repository location

2005-10-09 Thread Stephen Duncan
For m1, you configure this in ~/build.properties, using the property maven.repo.local: http://maven.apache.org/reference/properties.html -Stephen On 10/9/05, Daniel Or [EMAIL PROTECTED] wrote: Hi. How can I configure maven to have its local repository at a given location? I need an

Re: Delivering mock objects for a public API [was Re: [m2] custom compiler mojo]

2005-10-09 Thread Trygve Laugstøl
On Thu, 2005-10-06 at 19:06 +, John Fallows wrote: On 9/28/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Mon, 2005-09-26 at 22:02 +, John Fallows wrote: On 9/25/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Sat, 2005-09-24 at 04:31 +, John Fallows wrote: On 9/23/05,

Re: Changing the default repository location

2005-10-09 Thread Wendy Smoak
From: Daniel Or [EMAIL PROTECTED] How can I configure maven to have its local repository at a given location? I need an answer for both m1 and m2. BTW the documentation on repositories does not mention anything regarding the location of the local repository. For m2:

Re: How are integration unit tests used?

2005-10-09 Thread Brett Porter
This was a false starter in m1 that got left behind. It was intended for use by other plugins (eg cactus), but those plugins ended up introducing their own properties. - Brett On 10/10/05, Laurie Harper [EMAIL PROTECTED] wrote: I have integration tests in src/tests/integration; I have

Re: [m2] Deploy to multiple repositories?

2005-10-09 Thread Brett Porter
No, you should publish to the primary repository and use conventional mirroring to make them available at other sites. Cheers, Brett On 10/10/05, Brian E. Fox [EMAIL PROTECTED] wrote: Is it possible to deploy to multiple repos using a single deploy command? I tried setting multiple

[M2]Assemble provided scope

2005-10-09 Thread Brian E. Fox
My project has all dependencies listed in the provided scope. When I set the assembly descriptor to assemble the provided scope, I only get my built jar. If I change it to runtime, it's the same. Compile and Test grab all the provided scope jars but also include my test scopes (as expect). Is it

RE: [m11b2] Long coercion exception

2005-10-09 Thread Anthony Kong
Indeed! I have some varaibles defined as ${project-abc}. Once I changed them to ${project_abc}, the problem goes away! Thanks for helping out. Cheers, AK -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Friday, 7 October 2005 5:54 PM To: [EMAIL PROTECTED] Subject: