Re: Converting JEE project into Maven Web Project

2009-03-27 Thread martijnverburg
Hi Anita, I strongly suggest you read through the definitive guide: http://www.sonatype.com/node/158?file=books/maven-definitive-guide.pdf Cheers, Martijn On Mar 27, 2009 4:26pm, anitasrivatava anita.srivast...@ijus.net wrote: Hi, I need to convert a existing JEE project into maven

Re: Opensymphony quartz artifact

2009-03-23 Thread martijnverburg
Hi Henri, You need to talk to the Quartz developers and get them to make 1.6.5 (with the correct pom) to repo1. Cheers, Martijn On Mar 23, 2009 1:40pm, Henri Gomez henri.go...@gmail.com wrote: Hi to all I see Quartz 1.6.5 is out but still not available on repo1.maven.org. Also it

Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi all, I'd like to get opinions from others on how they structure/deal with what we deem 'functional tests' To us these are tests that are broader in scope than a unit test but whose scope is still limited to that same module and require no 3rd party resources to run (we're able to Mock

Re: Re: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi all, Are these functional tests invoked as jUnit / TestNG tests? I have written similar, integration type functional tests with mocks, but they were still based on jUnit / TestNG. I simply stored them in the same name--test--src--java are being used for unit tests. I differentiated between

Re: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi David, Martijn - I've seen this done a couple of different ways. I can't say that there is any particular set of advantages/disadvantages that makes one more attractive than another. I'm sure you've already thought about these, but here they are, just the same: #1 - The functional

Re: RE: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi Steven, Oh absolutely, sorry when I said we I meant my organisation :) Cheers, Martijn On Mar 2, 2009 5:32pm, Cummings,Steven steven.cummi...@cerner.com wrote: Trying to achieve consistency between organizations ahead of time could prove difficult. I would instead suggest trying for

Re: Re: MAVEN certifications

2008-12-16 Thread martijnverburg
As opposed to www.just^%^inggoogleit.com which is the blatantly rude way :) On Dec 16, 2008 7:50pm, Wayne Fay wayne...@gmail.com wrote: Just out of curiosity, why is this your new favorite site? So to take this off topic, but I saw this and wonder where the use case for this site is? i

Re: deploying with maven and a production control/release management group?

2008-12-05 Thread martijnverburg
We used 2 solutions. 1.) Help them install Maven and then get them to execute a maven build that uses the scm plugin to get a tagged version 2.) Build it for them and simply hand them the WAR :) Cheers, Martijn On Dec 4, 2008 11:53pm, Rusty Wright [EMAIL PROTECTED] wrote: I was wondering

Re: RE: Searching for good j2ee example

2008-12-04 Thread martijnverburg
Hi Mario, We personally use Jboss 4.3.0.GA and a small amount of EJB2.1 and lots of Spring configured POJOs, we also have a servlet or two (WAR), JCA connectors (RAR) and a service archive that we're trying to phase out (SAR). The first thing you must have clear in your mind/layout is that

Re: Re: RE: Searching for good j2ee example

2008-12-04 Thread martijnverburg
I'll post this to everyone as people can search this archive and maybe get some help from it. Disclaimer: I am NOT a Maven expert, I'm sure there are several best practices that I'm breaking here, so take this with a grain of salt please. OK, let's start with the basics, you'll need a

Re: Re: Re: RE: Searching for good j2ee example

2008-12-04 Thread martijnverburg
org.martijnverburggroupId martijnverburg-parent 0.0.1 pom martijnverburg : Parent Project jar ejb war ear maven-assembly-plugin martijnverburg-${server}-${env} project.propertiesfilter environment/${server}/${env}/environment.properties/filter distribution.xmldescriptor A Couple of Notes: 1

Re: How to make .java files in src/main/resources available at runtime?

2008-12-03 Thread martijnverburg
Hi Geoffrey, I'm curious, why does another application need to interact with your Java source code? Is that really what needs to occur? Cheers, Martijn On Dec 3, 2008 2:57am, Geoffrey Kwan [EMAIL PROTECTED] wrote: Hi, I'm trying to include some .java files in my src/main/resources but at

Re: Searching for good j2ee example

2008-12-03 Thread martijnverburg
What sort of things are you after? We build several EARs in our project (which contain SAR, RAR, WAR, HAR, SAR etc) On Dec 3, 2008 3:21pm, Mario Alsini [EMAIL PROTECTED] wrote: Hello, i need to see an example of medium j2ee project well done with maven. -- View this message in

Re: Re: Searching for good j2ee example

2008-12-03 Thread martijnverburg
Hi Mario, What specific examples are you after/what information do you need? What have you tried so far? Happy to help, but I don't see much point in just sending over a whole bunch of poms and associated configuration files. Cheers, Martijn On Dec 3, 2008 4:02pm, Mario Alsini [EMAIL