maven-eclipse-plugin and hierachical project layout

2008-01-22 Thread geirgp
I have 2 projects tied together by a main project which has packaging pom and both the other projects as modules. directory layout is as folows: - workspace |- my-project-main |- pom.xml (packaging=pom,modules=common,framework) |- my-project-common |- pom.xm |-

maven-release-plugin with multi-project

2007-12-28 Thread geirgp
Does anyone know how to use release plugin together with multiper project/modules? I have the following 5 projects: * common (packaging=jar, parent project=main) * core (packaging=jar, parent roject=main) * framework (packaging=, parent parent project=main) * web (packaging=war, parent

Re: Copy file

2007-06-29 Thread geirgp
for your problem below? I am trying to do the same thing here. I 'd appreciate it if anyone can answer this. Regards, geirgp wrote: Thanks for replying, but I can't see how configuring this plugin can help me copy a file during the process-sources phase. What I need is something

Re: Copy file

2007-06-17 Thread geirgp
Thanks for replying, but I can't see how configuring this plugin can help me copy a file during the process-sources phase. What I need is something that copies config-customer1.xml to config.xml, and as far as I can see this plugin only handles inclusion/exclusion of files within a resource

Specify Context Path for WAR project in Maven2

2007-05-20 Thread geirgp
When I use the jboss plugin to deploy my war project to the app server the context path is set to /{artifactId}-{version}/ which also happens if I use the tomcat plugin to do the same thing. Is there a way to override and specify this context path instead of using the default? -- View this