RE: Using repositories defined in a profile... question/problem [m2]

2005-10-13 Thread Russell, Mark
Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:59 AM To: Maven Users List Subject: Re: Using repositories defined in a profile... question/problem [m2] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should be able to specify a profile in a pom

Re: Using repositories defined in a profile... question/problem [m2]

2005-10-12 Thread Dave Brondsema
I too am having this problem. Since I have a repo hosted in SVN in Apache, I can easily check the log file to see when maven accesses it. It doesn't at all. Here's my settings.xml: settings profiles profile iddefault/id activation

Re: Using repositories defined in a profile... question/problem [m2]

2005-10-12 Thread Brett Porter
I think this is related only to the Ant tasks and a bug that Mark filed yesterday. - Brett On 10/12/05, Dave Brondsema [EMAIL PROTECTED] wrote: I too am having this problem. Since I have a repo hosted in SVN in Apache, I can easily check the log file to see when maven accesses it. It doesn't

RE: Using repositories defined in a profile... question/problem [m2]

2005-10-12 Thread Russell, Mark
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 7:24 AM To: Maven Users List Subject: Re: Using repositories defined in a profile... question/problem [m2] I think this is related only to the Ant tasks and a bug that Mark filed yesterday. - Brett

Re: Using repositories defined in a profile... question/problem [m2]

2005-10-12 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should be able to specify a profile in a pom and NOT have to use activeProfiles/ in the settings.xml - that section is only for profiles defined in the settings file. Since you have activeByDefault specified, you should be able to run the

RE: Using repositories defined in a profile... question/problem [m2]

2005-10-12 Thread Russell, Mark
- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:59 AM To: Maven Users List Subject: Re: Using repositories defined in a profile... question/problem [m2] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should be able to specify a profile in a pom and NOT have

RE: Using repositories defined in a profile... question/problem [m2]

2005-10-11 Thread Brian E. Fox
Mark, Try adding this: activeProfiles activeProfilemaster_build/activeProfile /activeProfiles -Original Message- From: Russell, Mark [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 6:28 PM To: Maven Users List Subject: Using repositories defined in a profile...