eclipse maven 2 plugin

2006-08-10 Thread devillina
Hi i'm using in eclipse the plugin to let it work with maven 2 and i'm having some problems with it. (Bare in mind that everything works fine when i run it from the command line.) First issue - As it currently doesn't read the settings.xml (or has this bin fixed and am i doing

Re: eclipse maven 2 plugin

2006-08-10 Thread devillina
woeps, just noticed that this has it's own forum...anyway to replace this message to the Maven Eclipse - User forum ? sorry for the inconvenience -- View this message in context: http://www.nabble.com/eclipse-maven-2-plugin-tf2083850.html#a5741620 Sent from the Maven - Users forum at

[m2] DBunit test work in eclipse not with maven

2006-08-04 Thread devillina
Hi i have a project with some Junit tests, when i run these in eclipse (clicking on them -- run as -- Junittest) thing work fine. No failed tests. When i run mvn test, all my DBunit tests fail (the junit tests that are not dbunit test work fine) i see the following error in my log:

Re: [m2] DBunit test work in eclipse not with maven

2006-08-04 Thread devillina
i applied the structure you suggested to my testresources and that worked excellent ! thx a million! -- View this message in context: http://www.nabble.com/-m2--DBunit-test-work-in-eclipse-not-with-maven-tf2050767.html#a5650018 Sent from the Maven - Users forum at Nabble.com.

Re: test-classes in War

2006-08-02 Thread devillina
I really should get it done in one project, because i work with profiles and in one profile i want to include the test-classes in the war and in the other one i just want to execute them. thx for the help anyway :) http://www.nabble.com/user-files/185/pom.xml pom.xml -- View this message in

Re: unable to deploy to tomcat

2006-08-02 Thread devillina
i'm deploying to tomcat using the tomcat-maven-plugin from codehaus plugin groupIdorg.codehaus.mojo/groupId artifactIdtomcat-maven-plugin/artifactId version1.0-SNAPSHOT/version configuration warFile

Re: test-classes in War

2006-08-01 Thread devillina
I think i'm doing something wrong. I put the thing for the jar-plugin in my pom.xml (the one that builds the war). And i do get a test-jar build. But building this jar is the last thing maven does. So when i put the dependency in my war-plugin like this: plugin

test-classes in War

2006-07-31 Thread devillina
Hi, is there a way to include the test classes in the war? thx -- View this message in context: http://www.nabble.com/test-classes-in-War-tf2028156.html#a5577745 Sent from the Maven - Users forum at Nabble.com. - To