Re: Maven2 and Spring

2007-01-23 Thread Rod Coffin
Zakaria, I have created a Maven archetype which creates JSF web projects with Spring integration. I also have one that creates JPA projects, also using Spring. If you're interested in these you can find more information about at: http://wiki.rodcoffin.com/index.php?title=Maven_Home Much of

Re: Maven2 and Spring

2007-01-23 Thread Rod Coffin
: Thanks for your help, I want to generate a project with a webapp folder using Struts. Wich artifact have I to use instide og DarchetypeArtifactId=jsf-maven-archetype Tks -- -Message d'origine- De : Rod Coffin

Re: maven and WTP in eclipse

2006-10-05 Thread Rod Coffin
Hi Adam, I do this frequently using the Maven eclipse plugin. This plugin will generate the necessary Eclipse project files from your Maven metadata. You can find information on the plugin at: http://maven.apache.org/plugins/maven-eclipse-plugin/. You will need to specify the version of WTP

Re: Interrnal remote repository

2006-07-13 Thread Rod Coffin
Hi EJ, I encountered the same problem with plugins hosted on an internal repository recently and resolved it using the ant script suggested at this page: http://www.nabble.com/Re%3A-Internal-%28intranet%29-repositories-p3876819.html Regards, Rod On 7/13/06, Tamás Cservenák [EMAIL PROTECTED]

[M2] Forking Surefire Test

2005-08-03 Thread Rod Coffin
Does anyone know if there is a way to fork surefire unit tests? I have a particular scenario where this appears to be a requirement. I know how to do this with Ant and M1 but not M2. Any help would certainly be appreciated. Rod

Re: [maven] help running webdoclet to generate web xmi files for Websphere please

2005-06-30 Thread Rod Coffin
maven.xml. For more information see: http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask.html Rod Coffin On 6/29/05, Mick Knutson [EMAIL PROTECTED] wrote: I do not know anything about these xmi files or how to generate them with maven. Can someone

Re: URGENT: maven stopped generating xdoclet files altogether. Please help...

2005-06-28 Thread Rod Coffin
Mick, When I have experienced similiar problems with XDoclet appearing to run but not generating anything I have usually found the cause to be one of the following: 1. The right dependencies aren't included on the classpath 2. Bean classes didn't implement the appropriate interfaces

Re: postGoal execution conditions

2005-06-25 Thread Rod Coffin
Mike, You can accomplish this by setting the maven.test.failure.ignore property to true in your project.properties and then using the following jelly script in your maven.xml file: project xmlns:j=jelly:core postGoal name=test:test echo message=In the postGoal / j:if test=${maven.test.failure}

Re: maven configuration help to get xdoclet to generate WAS 5 specific deploy descr?

2005-06-25 Thread Rod Coffin
deployment descriptors. From: Rod Coffin [EMAIL PROTECTED] Reply-To: Rod Coffin [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Subject: Re: maven configuration help to get xdoclet to generate WAS 5 specific deploy descr? Date: Fri, 24 Jun 2005 07:56:12 -0500 Mick

Re: maven configuration help to get xdoclet to generate WAS 5 specific deploy descr?

2005-06-24 Thread Rod Coffin
Mick, Assuming that you already have XDoclet configured and working with Maven then all you should need to do is to annotate your components (EJBs, Servlets, etc.) with XDoclet tags and add the websphere subtasks to your XDoclet tasks. For example, if you have annotated your EJBs with @ejb