[M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-14 Thread Peter Anning
configured?! Surely this is not desired behaviour, how can I be sure that Maven won't go sucking jars off the Internet when I don't want it to? Peter Anning Sr Software Engineer Dialect Payment Technologies Pty Ltd [EMAIL PROTECTED] www.dialectpayments.com IMPORTANT NOTICE

RE: How to Use custom central repository completely instead of the default central repository?

2007-03-14 Thread Peter Anning
You need to define it in your settings.xml as a mirror in your settings.xml and place a repository in an active profile as per the example below (note the three slashes in the file url: settings ... mirrors mirror idmirror-maven-central/id mirrorOfcentral/mirrorOf

RE: [M2] Repository Problem trying to override central and maintain local corporate repository

2007-03-14 Thread Peter Anning
local corporate repository Use the new mirrorOf*/mirrorOf feature to declare that all repos are mirror'ed by your local override. Wayne On 3/14/07, Peter Anning [EMAIL PROTECTED] wrote: Hi, We need to override the Maven Central Repository and maintain a local network

Maven2 Plugin Ant or Java

2006-10-20 Thread Peter Anning
should look at writing Java version. Best Regards Peter Anning Sr. Developer www.dialectsolutions.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to unpack a zip file into a source directory

2006-10-16 Thread Peter Anning
Just to add to this thread check out http://jira.codehaus.org/browse/MNG-1683 this gave me my solution for packaging stuff in a zip deploying as an artifact then unpacking in a war. Peter -Original Message- From: Naresh Bhatia [mailto:[EMAIL PROTECTED] Sent: Sunday, 15 October 2006

[m2]Properties List

2006-10-11 Thread Peter Anning
sure I saw the beginings of a wiki page somewhere but no amount of Googling has lead me to re-discover this holly grail of properties. Anyone know where I can find it. Peter Anning Sr Software Engineer - To unsubscribe, e-mail

[m2]Is there a dedicated Maven2 Wiki

2006-10-11 Thread Peter Anning
Is there a Wiki decicated to Maven2 where the masses can contribut any little snippets they may have. I have followed a number of links on Codehaus and apache.org but they are eith imuttable or unreachable. Cheers Peter Anning Sr Software Engineer

RE: [m2]Is there a dedicated Maven2 Wiki

2006-10-11 Thread Peter Anning
On 10/11/06, Peter Anning [EMAIL PROTECTED] wrote: Is there a Wiki decicated to Maven2 where the masses can contribut any little snippets they may have. Yes! It's not obvious, but the 'User Contributed' link under Documentation (on the Maven home page) takes you to a part

RE: [m2]Properties List

2006-10-11 Thread Peter Anning
Wendy Smoak also answereed this one :o) http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide -Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Thursday, 12 October 2006 9:56 AM To: users@maven.apache.org Subject: [m2]Properties List Hi, I

RE: [M2] Overriding the Central Repository not working

2006-10-08 Thread Peter Anning
: [M2] Overriding the Central Repository not working Peter, what local registry do you speak of? Do you mean the Windows registry? The reason I ask is I'm about to try the same thing, but I'm using Linux. Thanks, --Marilyn -Original Message- From: Peter Anning [mailto:[EMAIL

RE: [M2] Overriding the Central Repository not working

2006-10-06 Thread Peter Anning
- From: Arnaud Bailly [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 October 2006 5:43 PM To: Maven Users List Subject: Re: [M2] Overriding the Central Repository not working Peter Anning [EMAIL PROTECTED] writes: Hi, Hello, I do a build with a vanilla settings.xml

RE: [M2] Overriding the Central Repository not working

2006-10-05 Thread Peter Anning
Bailly [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 October 2006 5:43 PM To: Maven Users List Subject: Re: [M2] Overriding the Central Repository not working Peter Anning [EMAIL PROTECTED] writes: Hi, Hello, I do a build with a vanilla settings.xml add any stuff I need to my

[M2] Overriding the Central Repository not working

2006-10-03 Thread Peter Anning
/mirrors . . . /settings This seems to have problems not finding maven-resources-plugin but it is there in the network repository (which is just a copy of local) before I tear all my hair out has anyone else had any similar problems. Peter Anning Sr Software Engineer

RE: [M2] Overriding the Central Repository not working

2006-10-03 Thread Peter Anning
Proxy like Proximity rather than continuing with your current approach. In the long term I think you'll be much happier and work less with a solution like Promixity. Wayne On 10/3/06, Peter Anning [EMAIL PROTECTED] wrote: Hi, Maven 2.0.4 We are trying to prevent any users from accessing

[M2] Anyone know of a Canoo Webtest Plugin

2006-10-03 Thread Peter Anning
Hi, Does anyone know of any work being done to develop a Canoo Webtest plugin for Maven 2 Cheers Peter Anning Sr Software Engineer

RE: antrun plugin, junit classpath

2006-09-18 Thread Peter Anning
Yes the secret is in using the task definition and seeting the dependency on ant-junit _at the pom level_ if you do it at the plugin level then it can't be seen: project ... dependencies !-- callout to ant for integration tests -- dependency groupIdant/groupId

RE: inplace

2006-08-29 Thread Peter Anning
Have you tried using war:exploded to refresh the target/YourWebApp Then using the Context.xml in tomcat to point to the AbosolutePath/target/YourWebApp and get tomcat to hot reload Context path=/ YourWebApp docBase= AbosolutePath/target/YourWebApp reloadable=true

maven-script-ant path id problem in the ant build file

2006-08-28 Thread Peter Anning
] Jython Classpath: E:\path\to\jython-task-0.3.8.jar;E:\path\to\jython-2.1.jar I have searched and searched for help with this plugin but have found next to nothing. Anybody know what I can try or the best source of info. Thanks and Regards Peter Anning Sr. Software Engineer

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-29 Thread Peter Anning
to be C: On Wed, 28 Jul 2004 16:18:16 +0200, Maczka Michal [EMAIL PROTECTED] wrote: -Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:32 AM To: [EMAIL PROTECTED] Subject: file:// protocol not working for remote repsoitory

file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Peter Anning
Hi all, We have a remote repository located on a Windows file server. The repository could be accessed using the file: protocol in maven rc2 upgrading to 1.0 seems to have broken this. I have tested it by putting the jar in question behind a local http server and it works. build.properties

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Peter Anning
On Wed, 28 Jul 2004 13:16:03 +0300, Arto Pastinen wrote Hi! Have you tried to put url something like this: file:lonfs02... Artsi On Wed, 2004-07-28 at 09:31, Peter Anning wrote: Hi all, We have a remote repository located on a Windows file server. The repository could

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Peter Anning
Yes. Going back to rc2 fixes this. On Wed, 28 Jul 2004 13:16:03 +0300, Arto Pastinen wrote Hi! Have you tried to put url something like this: file:lonfs02... Artsi On Wed, 2004-07-28 at 09:31, Peter Anning wrote: Hi all, We have a remote repository located on a Windows