Adding dependency in pom

2011-09-28 Thread arka.sharma
Hi, I am having a project that I have created in Eclipse.This project conatins hibernate,drools.So I have added all the necessary jars in the project build path.Now I have created a maven quickstart archetype where inside main folder I have kept my java source and inside test directory I have

Maven fails to run junit test sources.

2011-09-27 Thread arka.sharma
Hi, I have some classes and some junit test classes for them.I'm running the junit test which is working fine in eclipse.I have also created a maven quickstart archetype.Inside main java i have put my source for java code and inside test java i have kept junit test classes.But when I try to

Re: Maven fails to run junit test sources.

2011-09-27 Thread arka.sharma
*Surefire Report Summary Tests Errors FailuresSkipped Success RateTime 0 0 0 0 0% 0 Note: failures are anticipated and checked for with assertions while errors are unanticipated.* This is the report t*arget/site/surefire-report.html* after doing *mvn

Copynig hibernate config files in maven project.

2011-09-25 Thread arka.sharma
Hi, I have a hibernate project.My source files are located inside the package com.sdp.So I have kept the hiberbnate.cfg.xml file in the same level where com folder is located.Now I have created a maven quickstart artifact.Inside src main java I have copied my com folder.Now where to keep

Cannot locate the artifact jbossws-native-jaxrpc

2011-09-22 Thread arka.sharma
Hi, I am having a project where in the pom.xml there is no dependency as groupId=org.jboss.ws.native and artifactId=jbossws-native-jaxrpc.But it is showing build failure because of Could not find artifact org.jboss.ws.native:jbossws-native-jaxrpc:jar:3.0.4.GA in central

Re: Cannot locate the artifact jbossws-native-jaxrpc

2011-09-22 Thread arka.sharma
Hi Jim, Thanks a lot man.It worked. Regards, Arka -- View this message in context: http://maven.40175.n5.nabble.com/Cannot-locate-the-artifact-jbossws-native-jaxrpc-tp4830149p4832334.html Sent from the Maven - Users mailing list archive at Nabble.com.