Creating a Custom Artifact Handler

2008-06-08 Thread Andrew Madu
Hi, can anyone tell me the location of the jar which allows for the creation of custom artifact handlers in its component.xml file? My pltfoem is as follows: WIN XP SP1 JDK 1.6.0_06 Maven 2.0.9 Many thanks in advance. -- Regards Andrew

Re: Creating a Custom Artifact Handler

2008-06-08 Thread Tim Kettler
Andrew Madu schrieb: Hi, Hi, can anyone tell me the location of the jar which allows for the creation of custom artifact handlers in its component.xml file? The default artifact handlers are defined in maven-core's component.xml [1] but you don't need to modify this if you want to use a

Re: Creating a Custom Artifact Handler

2008-06-08 Thread Andrew Madu
Hi Tim, Perfect! That does exactly what I want. One thing I would like to know, and in relation to the 'standard directory layout', is if I have the following directory in my project: src/main/webapp shouldn't a corresponding web/web-inf directory structure also be part of the build in much

Artifacts not downloading

2008-06-08 Thread Andrew Madu
Hi, I am having an issue downloading some artifacts. I have been to http://repo1.maven.org/maven2/ to see whether I could manually download them but cannot see them there. How can I resolve this issue? The following are specified in my pom.xml: [code] dependency

Re: Artifacts not downloading

2008-06-08 Thread Wendy Smoak
On Sun, Jun 8, 2008 at 6:07 AM, Andrew Madu [EMAIL PROTECTED] wrote: I am having an issue downloading some artifacts. I have been to http://repo1.maven.org/maven2/ to see whether I could manually download them but cannot see them there. How can I resolve this issue? The Oracle and BEA jars

Re: Artifacts not downloading

2008-06-08 Thread Andrew Madu
Hi Wendy, thank you very much for your detailed explanation. I will follow as you advise. Many thanks. -- Regards Andrew On Sun, Jun 8, 2008 at 6:07 AM, Andrew Madu [EMAIL PROTECTED] wrote: I am having an issue downloading some artifacts. I have been to http://repo1.maven.org/maven2/

Re: How to enable logging of plugin execution

2008-06-08 Thread Jon Seymour
Ah, debugging it revealed the issue - I needed to specify the log4j.configuration as a URL, not a simple file name: e.g. -Dlog4j.configuration=file:///c:/temp/log4j.properties jon. - To unsubscribe, e-mail: [EMAIL PROTECTED]