maven-eclipse-plugin dealing with generated resources

2005-12-20 Thread scowx
Hi I am running a maven2 project and I am making use of the eclipse:eclipse goal to set up my eclipse eenvironment nicely for development. I have a small problem, I hope somebody can help me with it. A "Project >> Clean" action in Eclipse clears out the target/classes directory and recreates all

Re: How to configure default plugins

2005-11-29 Thread scowx
ar:jar] [INFO] Building jar: C:\workspaces\bdplus\bdp-core\target\bdp-core-1.0.0-dev.jar [INFO] [install:install] [INFO] Installing C:\workspaces\bdplus\bdp-core\target\bdp-core-1.0.0-dev.jar to C:\Documents and Settings\scowx\.m2\repository\com\uk\cardinal\bdplus\bdp-core\1.0.0-dev\bdp-c

Re: How to configure default plugins

2005-11-29 Thread scowx
ore-1.0.0-dev.jar [INFO] [install:install] [INFO] Installing C:\workspaces\bdplus\bdp-core\target\bdp-core-1.0.0-dev.jar to C:\Documents and Settings\scowx\.m2\repository\com\uk\cardinal\bdplus\bdp-core\1.0.0-dev\bdp-core-1.0.0-dev.jar [INFO] ---

Re: How to configure default plugins

2005-11-29 Thread scowx
Hi Emmanuel Thank you, but .. I have read that document and it doesn't answer my question. I HAVE configured my pom as per that document and the behaviour is that it has no effect on the default test plugin. All that happens is that the surefire plugin gets executed twice. Once for the default

How to configure default plugins

2005-11-29 Thread scowx
Hi This is a general question which applies to all plugins which are part of the default lifecycles, I am using the surefire plugin as an example: I want to configure the surefire plugin that gets executed during the test phase? (I want to exclude cetain tests). How do I do this. If I add a plug

Surefire plugin - Fork

2005-11-29 Thread scowx
Hi I am getting the following error while running my tests. java.lang.LinkageError: Class org/w3c/dom/Document violates loader constraints I have found info relating to Maven1 which suggests that the fork=true property needs to be specified (in Maven1) to get around this. What facility is avail

Re: Classpath in antrun plugin

2005-11-15 Thread scowx
Hi Alexandre Thanks for your reply. This is what I would have assumed would be the case but I am not getting this behaviour. Here is the relevant section of the pom ojdbc ojdbc 14 compile maven-antrun-plugin

Classpath in antrun plugin

2005-11-15 Thread scowx
Hi All How do I set up the classpath for ant tasks to contain the dependencies specified in my POM Kind regards Stephen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Accessing POM information inside build

2005-11-15 Thread scowx
Hi All I have had a good look through the documentation for this information and I cannot find it so I am hping that somebody on the mailing list will be able to help me. I am trying to run the ANT SQL task from Maven 2 using the following code in my pom. maven-antrun-plugin

RE: M2 Getting started guide

2005-11-08 Thread scowx
Hi All I am also looking for this information and I cannot find any guidance on the correct structure for multiple projects. This would be an extremely useful guide. regards Stephen Quoting "Mordo, Aviran (EXP N-NANNATEK)" <[EMAIL PROTECTED]>: I have just started to evaluate Maven myself,