[m2] Maven and XDoclet2 building EJBs?

2006-12-11 Thread Ian Vellosa
Good morning all! I feel like I've been banging my head against a wall here for the last 4 days now on this one. I have also been unable to find any useful information searching the mailing lists and google and all the usual channels, so was hoping that someone here could help as my last resort!

Re: Building without unit tests

2005-12-10 Thread Ian Vellosa
Guy, You can run your maven build like this %> mvn -Dmaven.test.skip=true install where the test phase is skipped. Is that of any help? Cheers IV --- Guy Rixon <[EMAIL PROTECTED]> wrote: > Hi, > > is there some way to build the principal artifact of a project > without also running the unit

Re: m2 - target/xmlbeans-source to be included as source dir for eclipse

2005-11-29 Thread Ian Vellosa
Brian, I'm not sure if this is the correct way to do things, but in the build section of my project I have added: ... ${project.build.directory}/generated-sources/xdoclet **/*.java This would then ensure that the java code

Re: maven 2 ear -plug in

2005-11-29 Thread Ian Vellosa
Morning all. Could someone please explain the packaging thing for me. I'm sorry if this sounds really basic, but the boss is questioning why I'm building the project as I am, and I can't actually say why, just that all the examples I have seen do it this way. I am building everything with the f

Bad link to SVN on maven.apache.org

2005-11-22 Thread Ian Vellosa
Hi, I am still having a few little probelms finding out what parameters are available to me in the maven-ejb-plugin, so thought I will have to bit the bulelt and do the hard work of going through the code. However the SVN links look to have moved. The ones stated on the page: http://maven.apa

[M2] maven-ejb-plugin: build setup help

2005-11-21 Thread Ian Vellosa
Hi there! I’m hoping someone can point me in the right direction here. I have done all the research that my head can handle and not found a good example for building the EJB jar file with Maven 2 while using xdoclet. At the moment my pom.xml file has two sections that I think are relevant. The f