Re: Maven Configuration in Eclipse

2009-11-04 Thread Valentin Jacquemin
ote repository. http://maven.apache.org/guides/introduction/introduction-to-repositories.html Hope it helped, Valentin Jacquemin On Wed, Nov 4, 2009 at 11:02 AM, Exposito Aguilera, Francisco < francisco.expos...@es.issworld.com> wrote: > But I want (if it is possible) to configure i

Re: Maven Configuration in Eclipse

2009-11-04 Thread Valentin Jacquemin
You should specify the repository location either in your pom.xml or in settings like that: maven2-repository.dev.java.net Java.net Repository for Maven http://download.java.net/maven/2/ Adapt basing on your environment. Regards, Valentin Jacquemin On Wed, Nov 4, 2009 at 10:28 AM

Loading hbm files under default hierarchy from test hierarchy

2009-10-22 Thread Valentin Jacquemin
don't want) it works perfectly. But my goal is to let those hbm.xml files under the application structure without touching/copying them for testing purposes. Can you help me? Valentin Jacquemin

JUnit includes param documentation

2009-10-20 Thread Valentin Jacquemin
meter is not specified, the default includes will be **/Test*.java **/*Test.java **/*TestCase.java. This parameter is ignored if TestNG suiteXmlFiles are specified. The "separated by commas" is wrong actually. To configure it we must list every pattern in an "" element. My 2 cents, Valentin Jacquemin

One pom file generating 2 artifacts

2009-09-16 Thread Valentin Jacquemin
ks in advance, Valentin Jacquemin

Re: properties references

2009-09-15 Thread Valentin Jacquemin
I created a pom dedicated for the deployment and declared dependencies on my ejb/web projects but now how can I reference the artifact in the repository from glassfish-plugin elements? I am a beginner sorry... Valentin Jacquemin On Tue, Sep 15, 2009 at 11:15 AM, Valentin Jacquemin wrote

Re: properties references

2009-09-15 Thread Valentin Jacquemin
>Or is it some kind of feature for developers to easily get it deployed? No no it's only a personal prototype that i am creating on my own... I am not really accustomed to maven yet. Creating a separate project for the deployment could be the way for me. Thanks! Valentin Jacquemin

Re: properties references

2009-09-15 Thread Valentin Jacquemin
; > /Anders > > On Tue, Sep 15, 2009 at 10:39, Valentin Jacquemin >wrote: > > > Hi, > > > > I created a maven structure with a parent pom and for the moment 2 > modules > > (web, ejb). I was wondering whether it's possible to references > propertie

Fwd: properties references

2009-09-15 Thread Valentin Jacquemin
were not able to find anything on that subject the maven site Thanks, regards Valentin Jacquemin