RE: Configuring a standalone EJB3 client

2009-05-07 Thread Fabien Kruba
Hi, for the first part of yor question, my guess is that you should try glassfish repository https://maven-repository.dev.java.net/nonav/repository/ There are more standards reference artifacts groupIdjavax.ejb/groupId artifactIdejb-api/artifactId version3.0/version Regards Fabien

Re: Exclude dependency from scope runtime test classpath

2009-05-07 Thread Fabien Kruba
Hi. did you tried provided scope instead? Hi, I was wondering if there is a way to remove a dependency from the test classpath when using scoperuntime/scope I want to make sure that the jar file is only used when running the application and not when testing it. So it really comes down to,

Re: adding jars from project folder into my war file

2009-05-07 Thread Fabien KRUBA
No, just reupload the new jars in the repository manager ( updating the version number) and update the versions number in the pom.xml .. Or ask the other team to use the repository manager, seems a better practice to me :) On Thu, May 7, 2009 at 3:57 PM, fachhoch fachh...@gmail.com wrote: but

Re: adding jars from project folder into my war file

2009-05-11 Thread Fabien KRUBA
BTW, installing archiva on one machine considered as common repository takes only 5-10 minutes http://archiva.apache.org/docs/1.2/quick-start.html On Thu, May 7, 2009 at 3:38 PM, fachhoch fachh...@gmail.com wrote: 1 we do not have a common repository , so every user who wants to work with

Re: adding jars from project folder into my war file

2009-05-11 Thread Fabien KRUBA
Try this ( could be a solution if not too much jars to add ) -create a maven project containing all your jars ( for example put them in src/main/lib ) -create one execution by needed jar -each developer will have to run it once (mvn validate is enought) or you can add this project to the reactor

Re: How can one handle release candidates in Maven?

2009-05-13 Thread Fabien KRUBA
I suppose you can use release:prepare and perform multiple times if you give the RC version number when asked ? http://maven.apache.org/guides/mini/guide-releasing.html On Wed, May 13, 2009 at 8:55 AM, sebb seb...@gmail.com wrote: What I would like to be able to do with Maven is: Create an

system dependencies in a dependant pom

2009-05-15 Thread Fabien KRUBA
Hi, just noticed a strange behaviour ( maven 2.1.0) I wanted to create a pom (joined) project to reference Websphere Application Server jars as system dependencies as I'm not completly sure that IBM license authorize jar share on an artifact manager. (if I was sure about license, I put all the

Re: system dependencies in a dependant pom

2009-05-15 Thread Fabien KRUBA
Thanks Wayne, I was my original idea but i tried to emulate the Eclipse/Rad Libraries concept.. even if it's not the best way On Fri, May 15, 2009 at 1:44 PM, Wayne Fay wayne...@gmail.com wrote: I wanted to create a pom (joined) project to reference Websphere Application Server jars as

Re: Maven: The Definitive Guide in French

2009-05-18 Thread Fabien KRUBA
Hi I can give some help for translation Regards Fabien Kruba On Mon, May 18, 2009 at 3:58 AM, Emmanuel Hugonnet ehsavoi...@gmail.comwrote: Hi, I have started the French Translation for the Maven Guide here: http://github.com/ehsavoie/maven-guide/tree/master Feel free to contact me if you

Re: Maven: The Definitive Guide in French

2009-05-18 Thread Fabien KRUBA
Same here, but it could be a good starting point to learn it:)Should we create a mailing list in order to manage the translation with you and Baptiste and avoiding pollution of us...@maven mailing list with french text ? Already have some questions regarding translation coherence..(which terms

Re: avoid oracle driver jar

2009-05-18 Thread Fabien KRUBA
You can may be try to define 2 profiles for your project:one for weblogic without the jdbc driver and one for jetty with that dependency... your profile can be activated by -P option on maven command line On Mon, May 18, 2009 at 4:56 PM, tubin gen fachh...@gmail.com wrote: I have maven

Re: git scm and site:deploy

2012-08-22 Thread Fabien KRUBA
Hello. looking at the pom in the git project, it seems to be deployed on sonatype: https://oss.sonatype.org/index.html#nexus-search;quick~wagon-gitsite Hope that helps. On Wed, Aug 22, 2012 at 8:03 AM, Thomas Scheffler thomas.scheff...@uni-jena.de wrote: Am 22.08.2012 12:48, schrieb Olivier