Re: Mirror of Central in France

2010-10-21 Thread Samuel Le Berrigaud
Nice. Thanks! On Wed, Oct 20, 2010 at 17:29, Samuel Langlois samuel.langl...@antelink.com wrote: Hello, At Antelink, we love Maven, and we thank the Maven people every day for maintaining the Central repository! So we thought we could give back a little to the community. We just set up a

Re: Creating and deploying two classified WAR files at once

2010-08-30 Thread Samuel Le Berrigaud
Hey Mike, I would create a module for each war (and probably one for the war with no context.xml) and then make use of the overlays as described here: http://maven.apache.org/plugins/maven-war-plugin/overlays.html With this a war can depend on another war and you can overwrite / add / remove

Maven dependency tracker…

2010-01-26 Thread Samuel Le Berrigaud
I wrote this little plugin at work. Some of you might be interested so here you go: http://sam.leberrigaud.org/2010/01/maven-dependency-heaven.html I could summarise what the plugin does by Know your dependencies at all time SaM

Re: Invoking a plugin from within another plugin

2009-10-07 Thread Samuel Le Berrigaud
Hey Allan, you might want to check out the Mojo Executor: http://code.google.com/p/mojo-executor/ SaM On Wed, Oct 7, 2009 at 8:01 AM, Allan Ditzel allan.dit...@gmail.com wrote: Hi all, What is the best accepted way for one plugin to invoke another? I can obviously do it out of process from

Re: Will MSOURCES-25 be implemented?

2009-06-11 Thread Samuel Le Berrigaud
Hi Rice, I don't know whether this is going to be implemented or not. But if you need to add sources directory to your maven builds in the mean time you might want to check the Build Helper Maven Plugin: http://mojo.codehaus.org/build-helper-maven-plugin SaM On Thu, Jun 11, 2009 at 7:38 PM,

Re: itblast plugin is starting JBoss again but this is already running

2009-04-12 Thread Samuel Le Berrigaud
Hi Nafter, the itblast plugin uses cargo behind the scene to start your war and then uses the surefire plugin to run your tests. You don't need to declare a separate instance of cargo in your pom. It looks like however that you are using an already running instance of cargo to deploy/undeploy

Re: how to ship all license.txt files

2009-03-25 Thread Samuel Le Berrigaud
This could help maybe: http://docs.atlassian.com/maven-licenses-plugin/0.2/project-summary.html SaM On Wed, Mar 25, 2009 at 7:23 PM, torsten.reinh...@gi-de.com wrote: Hi, when we ship our product, we have to ship also all used 3rdParty licenses. Is there a way to detect the license.txt

Re: maven / osgi / repositories

2009-01-27 Thread Samuel Le Berrigaud
Hi Henri, it seems to me that OSGi jars are not meant to be anything else that traditional jars with extra information in their MANIFEST. I would definitely recomment deploying them as standard jar as you would do for any normal maven project. One thing that could/would differentiate your OSGi

Re: maven / osgi / repositories

2009-01-27 Thread Samuel Le Berrigaud
Hi, as you point it out there is definitely an issue with the renaming of groupId /artifactId as it will 'break' maven dependency management. However I don't think that anyone but the project owner(s) should be allowed to deploy a jar with their groupId/artifactId (to the public repo). I believe

Re: Unable to download artifact sources

2008-09-30 Thread Samuel Le Berrigaud
Hi Thor, the downloadSources flag is only used by some specific plugins. None of them being bound to the clean or package lifecycles. Depending whether you're using Eclipse or IntellIiJ IDEA you can run: mvn eclipse:eclipse -DdownloadSources or mvn idea:idea -DdownloadSources This will create

Re: Tuning multi-module assembly

2008-09-21 Thread Samuel Le Berrigaud
Hi Olivier, I don't have the answer to all your questions but I believe I can help with questions 1 2: 1 - Use the provided scope for all your war dependencies, see http://maven.apache.org/ref/current/maven-model/maven.html#class_dependency and

Re: [SURVEY] Which plugin would you like us to release?

2008-07-31 Thread Samuel Le Berrigaud
Hi Dennis, It would be nice to vote for multiple plugins. Picking only one plugin from this list is quite difficult… SaM On Fri, Aug 1, 2008 at 5:52 AM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hello everyone I'm going to try something new here. It's an experiment and we'll see how it goes.

Re: How to integrate FTP Wagon into Maven 2.0.7

2008-07-16 Thread Samuel Le Berrigaud
Hi Enrique, you have to define the wagon provider as an extension in your pom.xml. See this page for reference: http://maven.apache.org/guides/mini/guide-using-extensions.html Hope this helps, SaM On Thu, Jul 17, 2008 at 9:02 AM, Enrique Gaona [EMAIL PROTECTED] wrote: Hi, I'm getting a

Re: dependency:sources, dependency:javadoc???

2008-03-31 Thread Samuel Le Berrigaud
-dependency%3Ajavadoctp16392437s177p16392437.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samuel Le

Re: Running two builds of the same branch simultaneously

2008-03-19 Thread Samuel Le Berrigaud
PROTECTED] -- Samuel Le Berrigaud

Re: Is there a programmatic way to get a list of currently active profiles from within a plugin in Maven 2.0.6?

2008-03-13 Thread Samuel Le Berrigaud
: [EMAIL PROTECTED] Technological progress is like an ax in the hands of a pathological criminal. -Albert Einstein -- Samuel Le Berrigaud

Re: upgrade from maven 1 to maven 2

2008-03-04 Thread Samuel Le Berrigaud
: [EMAIL PROTECTED] -- Samuel Le Berrigaud

Re: upgrade from maven 1 to maven 2

2008-03-04 Thread Samuel Le Berrigaud
to maven.xml, but all link related to that in maven site seem dead (see my first mail) En l'instant précis du 04/03/08 10:57, Samuel Le Berrigaud s'exprimait en ces termes: Hi David, You don't to implement your whole maven.xml into one maven2 plugin. Instead you should decompose what

Re: upgrade from maven 1 to maven 2

2008-03-04 Thread Samuel Le Berrigaud
and versionId or will i have to manually maintain all those ids in each release? Sorry to bother you with basic question :) En l'instant précis du 04/03/08 11:32, Samuel Le Berrigaud s'exprimait en ces termes: Hi again, I personally don't know any plugin that would take your maven.xml

Re: How to specify local dependency in maven2

2008-03-03 Thread Samuel Le Berrigaud
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samuel Le Berrigaud

Re: How to specify local dependency in maven2

2008-03-03 Thread Samuel Le Berrigaud
PROTECTED] wrote: Thanks Samuel.. However is there any way to include all libraries that are present in a particular folder. Say i have 20 odd jars in C:\lib folder? Samuel Le Berrigaud wrote: Hi, you would have to use the system scope. See the system dependencies section

Re: m2: Profile activation based on project (not System) property

2007-06-11 Thread Samuel Le Berrigaud
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Samuel Le Berrigaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deploying to multiple repositories

2007-03-23 Thread Samuel Le Berrigaud
earmarking each artifact for specific repositories. That would probably require the support of the plugins creating the artifacts (since they are the only things that know about these artifacts). ..David.. -Original Message- From: Samuel Le Berrigaud [mailto:[EMAIL PROTECTED] Sent

Deploying to multiple repositories

2007-03-21 Thread Samuel Le Berrigaud
Hi all, here is what I am trying to achieve: - I have two repositories; -- a public one where only binaries go, -- and a private one where binaries, sources and javadocs go. I would like to be able to deploy to those two repositories by running 'mvn deploy' (once). What I thought could be

[m2] hsql plugin, integration testing

2006-09-14 Thread Samuel Le Berrigaud
Hi all, I've been looking around and couldn't find anything relevant so here is my question: Is there a HSQLDB plugin for maven that would allow to start/stop the db, and maybe even more... I was thinking that if such a plugin exists I could manage to make the DB start before the unit tests

m2 continuum 1.0.2

2006-01-16 Thread Samuel Le Berrigaud
notifiers notifier configuration address[EMAIL PROTECTED]/address /configuration /notifier /notifiers /ciManagement Thanks for any help, -- Samuel Le Berrigaud

[m2] Cargo

2005-12-15 Thread Samuel Le Berrigaud
I am using the maven 2 Cargo plugin. It's just great to deploy to my tomcat5x. However today I had some problem running cargo on a new machine. Maven cannot find the cargo plugin. It seems that the cargo snapshot repository is empty (or almost). Does someone knows what is going on ? Thanks,

[m2] pom properties how-to ?

2005-12-06 Thread Samuel Le Berrigaud
that ${a.name} ? Thanks, -- Samuel Le Berrigaud

Re: [m2] pom properties how-to ?

2005-12-06 Thread Samuel Le Berrigaud
configuration, etc. Regards, Deng Samuel Le Berrigaud wrote: Hi, just wanted to know how to use the properties in the POM (the one defined under project/properties) I tried something like: properties property namea.name/name valuea.value/value /property /properties

Re: [m2] Updating *.properties files according to environment

2005-11-04 Thread Samuel Le Berrigaud
with a settings.xml file in Maven2. You could also define profiles to have customized builds. http://maven.apache.org/guides/introduction/introduction-to-profiles.html Cheers, Vincent -Original Message- From: Samuel Le Berrigaud [mailto:[EMAIL PROTECTED] Sent: Thursday, November

[m2] Updating *.properties files according to environment

2005-11-03 Thread Samuel Le Berrigaud
to have different directories for the different environments (profiles)... Is that possible using m2 ? Please tell me if I'm not clear enough... Thank you, -- Samuel Le Berrigaud

[m2] surefire - xml reports ?

2005-10-24 Thread Samuel Le Berrigaud
something ? -- Samuel Le Berrigaud

Re: [m2] surefire - xml reports ?

2005-10-24 Thread Samuel Le Berrigaud
... /project How do also get the equivalent of junit reports generated with ``mvn site''? tia -Original Message- From: Samuel Le Berrigaud [mailto:[EMAIL PROTECTED] ==== Hi, I'm trying to get the surefire reports included into my site. The plugin seems to work ok

[m2] javadoc plugin

2005-10-21 Thread Samuel Le Berrigaud
on this and the contribute creating a JIRA bug and providing a first patch maybe... Thanks, -- Samuel Le Berrigaud

[m2] Tomcat plugin

2005-10-19 Thread Samuel Le Berrigaud
Can someone point me where the tomcat plugin site is available ? Thanks, -- SaM

[m2] Pb with test resources

2005-10-18 Thread Samuel Le Berrigaud
Hi, I have soime test specific resources for one project. They are specified this way in my POM: build testResources resource targetPathconf/targetPath directorysrc/test/conf/directory includes include*.properties/include /includes /resource resource

Re: [m2] Pb with test resources

2005-10-18 Thread Samuel Le Berrigaud
It worked, Thank you ! On 10/18/05, Yann Le Du [EMAIL PROTECTED] wrote: Hi Samuel, There is a bug in doco. In testResources you must use testResource . (In foos you must generally use foo ) Regards, Yann --- Samuel Le Berrigaud [EMAIL PROTECTED] a écrit : Hi, I have soime

Re: package org.apache.log4j does not exist

2005-05-03 Thread Samuel Le Berrigaud
Hi, you should take a look at this page that explains on the maven repositrories: http://maven.apache.org/using/repositories.html Any way if you want to add log4j as a dependency of your project simply add those lines to your pom (project.xml): dependencies dependency groupIdlog4j/groupId

Re: Maven Junit test ClassNotFoundException

2005-05-03 Thread Samuel Le Berrigaud
Hi, there is something strange between your source files and your class files. Is the pakcage of Tryit.java the default package or the code package ? First I would say have the same directory structure inside your src/main and src/test, and the same package for the class being tested and the

Re: Maven + Eclipse

2005-05-02 Thread Samuel Le Berrigaud
Hi, you may want to try this plugin : Mevenide at http://mevenide.codehaus.org/ SaM [EMAIL PROTECTED] wrote: Hi All, Anyboy have document for how to configure maven into eclipse idea's appreciated ! Rgds Vijay Confidentiality Notice The information contained in this electronic message and any