mvn eclipse:eclipse should use a different variable name than M2_REPO

2008-07-11 Thread Arand, Thomas (NSN - DE/Muenich)
Hi all, I want to add two projects to eclipse. Unfortunately, they require the use of two different local maven repositories. Unfortunately, mvn eclipse:eclipse generates .classpath files where the repository is referenced by the M2_REPO variable. In order to support different local maven

AW: Generation of ibm-application-bnd.xmi files with maven

2008-05-13 Thread Arand, Thomas (NSN - DE/Muenich)
it a try. If you're totally stuck, i might be able to help you by providing you the old xdoclet maven1 plugin configuration. kind regards, Wouter Arand, Thomas (NSN - DE/Muenich) wrote: Hi all, I'm building an ear-project with maven. The generated ear-file must be suitable for the IBM

Generation of ibm-application-bnd.xmi files with maven

2008-05-08 Thread Arand, Thomas (NSN - DE/Muenich)
Hi all, I'm building an ear-project with maven. The generated ear-file must be suitable for the IBM WebSphere application server (6.0 in my case). I'm currently using the maven-ear-plugin. This plugin is able to generate the necessary META-INF/application.xml file automatically. However, for

AW: How to set up dependencies right for ejb projects

2008-04-29 Thread Arand, Thomas (NSN - DE/Muenich)
On Friday 25 April 2008 Arand, Thomas (NSN - DE/Muenich) wrote: Is that really the only way to deal with that? 1. has the disadvantage that some other project indeed may need the server dependencies (e.g. the artifact to package an ear). With this solution one would have to repeat

AW: How to set up dependencies right for ejb projects

2008-04-25 Thread Arand, Thomas (NSN - DE/Muenich)
. Wayne On 4/23/08, Arand, Thomas (NSN - DE/Muenich) [EMAIL PROTECTED] wrote: Hi all, we have the following problem with our ejb project (say E). This project has many dependencies to other projects (e.g. P1, P2, ...), but these are only used for the server-part of the ejb. That means especially

How to set up dependencies right for ejb projects

2008-04-23 Thread Arand, Thomas (NSN - DE/Muenich)
Hi all, we have the following problem with our ejb project (say E). This project has many dependencies to other projects (e.g. P1, P2, ...), but these are only used for the server-part of the ejb. That means especially, if a client project (say C) use our ejb, they only need the client part. They