Re: Multiproject site

2005-12-30 Thread Koen Maes
It is supported by providing a parent pom.xml and for each project (module in maven2) a module pom.xml. then you can simply do 'maven site' to generate the multiproject (multimodule) site. see here : http://maven.apache.org/guides/mini/guide-multi-module.html On Thursday 29 December 2005 18:29,

Re: maven-jetty6-plugin

2005-12-27 Thread Koen Maes
to terminate the jvm then you can reuse the debug session the next time you start jetty. Rolf On 12/26/05, Koen Maes [EMAIL PROTECTED] wrote: maven jetty plugin works great but i would like to debug my webapp via eclipse is there any option - like tomcat : catalina.sh jpda start - to tell

Re: maven-jetty6-plugin

2005-12-27 Thread Koen Maes
. Rolf On 12/26/05, Koen Maes [EMAIL PROTECTED] wrote: maven jetty plugin works great but i would like to debug my webapp via eclipse is there any option - like tomcat : catalina.sh jpda start - to tell jetty that it should open up a JPDA port so I can connect with eclipse remote debugger

Re: maven-jetty6-plugin

2005-12-27 Thread Koen Maes
try this: plugins plugin groupIdorg.mortbay.jetty/groupId artifactIdmaven-jetty6-plugin/artifactId configuration

maven-jetty6-plugin

2005-12-26 Thread Koen Maes
maven jetty plugin works great but i would like to debug my webapp via eclipse is there any option - like tomcat : catalina.sh jpda start - to tell jetty that it should open up a JPDA port so I can connect with eclipse remote debugger ?

Re: About the package goal

2005-12-26 Thread Koen Maes
log4j should be a dependency in your pom. other ppl using your project and maven will get the dependencies then automatically. It is not intended to be packaged into your jar. On Tuesday 27 December 2005 00:32, Luiz Eduardo Guida Valmont wrote: Hi everyone, I'm working on a simple

Re: Testing with MAven2

2005-12-26 Thread Koen Maes
easiest is to start here : http://maven.apache.org/guides/mini/guide-creating-archetypes.html actually, this does it all. mvn archetype:create -DarchetypeGroupId=archetype-groupId -DarchetypeArtifactId=archetype-artifactId \ -DarchetypeVersion=archetype-version -DgroupId=my.groupid

hibernate transitive dependencies

2005-12-24 Thread Koen Maes
Hibernate being the example of transitive dependencies everywhere. I didnt get it to work - after some investigation i noticed most directories on ibiblio have a last modification 8-november. Except for the directories containing version 2.1.4 and version 3.0.2. Somebody updated the POMs there

Re: M2 - How do I use a non standard directory structure for a web application

2005-12-23 Thread Koen Maes
this is very helpful ... mvn projecthelp:effective-pom and start from this output to make your modifications. On Friday 23 December 2005 21:04, [EMAIL PROTECTED] wrote: Trying to build a WAR file from a non-standard directory structure. projectA - src - Web Content

Re: [M2]hibernatedoclet-maven-plugin config problem

2005-12-20 Thread Koen Maes
seconds [INFO] Finished at: Tue Dec 20 09:15:34 CET 2005 [INFO] Final Memory: 3M/7M [INFO] On Tuesday 20 December 2005 08:33, you wrote: Have you tried without using CDATA section? 2005/12/19, Koen Maes [EMAIL

[M2]hibernatedoclet-maven-plugin config problem

2005-12-19 Thread Koen Maes
Hi, I'm trying to get the hibernatedoclet-maven-plugin from Ashley Williams to work. I built the hibernatedoclet-maven-plugin and mant project after svn checkout. I installed the plugin into my local repo :

Re: maven 1.x and maven 2.x at the same time

2005-12-19 Thread Koen Maes
I think mevenide does not support 2.0 On Monday 19 December 2005 22:58, Valerio Schiavoni wrote: hello, i'm quite a new bie in maven, but here it is my question: in my workspace (I use eclipse as IDE development) I have 2 projects. the first 1 is a maven 1.x project, the second one is a newly