Building J2EE project using Maven2

2006-03-10 Thread adela
Dear People, I am trying for three days to sort my problem, but i could not :(, what i am trying to do is that to build my j2ee project (WAR, JAR and EAR) and then deploy the ear into Jboss, i have done all that in ANT but i could not do it in Mavevn 2, so there is any full example for this pl

Maven Report Error

2006-03-10 Thread adela
Dear Alexandre, Below my dependency section: regards, Adel struts struts 1.2.8 junit junit 3.8.1 javax.servlet servlet-api 2.4-20040521 maven maven-ejb-plugin 1.5 jboss

Maven Report Error

2006-03-09 Thread adela
Dear Maveners, I am trying to generate a website for my J2EE project using Maven, but i am having the below error each time when issuing mvn site command, Any idea why i am having this error? Thanks in advance Adel INFO] Generate "Maven Surefire Report" report. INFO] Generate "Checkstyle" rep

Error in generating Maven report

2006-03-08 Thread adela
Dear Maveners, I am trying to generate a web site for my J2EE project using mvn site, but I am having the below error complaining about the dependency any idea, this error happened when I add the javax.persense dependency as below: jboss ejb3-persistence 3 system ${basedir}\lib\ejb3-persistenc

Downloading from the local rep

2006-03-08 Thread adela
Dear all, I am trying to get Maven downloading the required artifact from my local rep, but still using the remote one despite it's updating the local rep, every time downloading from the remote. I tried to set-up my local rep via Setting.xml as follow: C:\Documents and Settings\adel\.m2\re

Maven& J2EE : package javax.persistence does not exist

2006-03-08 Thread adela
Dear Maven Users, I am trying to compile a J2EE project using Maven2 and I have dependency on javax.persistence package, but when I add this artifact, it is complaining about that the local rep is not exist and it can not get it from the remote rep as you can see from the massage below, any i

EJB3 error in Maven

2006-02-24 Thread adela
Dear Maveners, I am using Maven to build my ejb3 project, in the past I used Ant to build and deploy the project and it was working fine, but when I switch to Maven and I added the needed dependency but one dependency missing "javax.persistence" and it does not exit in any repository, so the b

Compiling error

2006-02-23 Thread adela
Dear Maveners, I tryied to compile my EJB3 project source using Maven with Jave 1.5, the below errorr comes up despite i set-up my Env based on 1.5 version, any idea i am having this error C:\Stephani\workspace\Stephenie>mvn compile [INFO] Scanning for projects... [INFO] --