Re: New logo?

2014-01-12 Thread Henri Gomez
I like these : http://people.apache.org/~stephenc/maven-logo-contest/maven-5.png (stephen, maven-5) and https://cwiki.apache.org/confluence/download/attachments/38569278/tamas-3.png?version=1modificationDate=1389301154000api=v2 (tamas3) My +0 2014/1/12 Robert Scholte rfscho...@apache.org:

Re: Pimp My Mojo

2011-07-25 Thread Henri Gomez
It's an interesting mojo, very promising. What about extending it to EC2 instances manipulations ? 2011/7/25 Aldrin Leal ald...@leal.eng.br: -- -- Aldrin Leal, ald...@leal.eng.br / http://www.leal.eng.br/mnemetica/ On Mon, Jul 25, 2011 at 8:15 AM, Brian Topping topp...@codehaus.org wrote:

Re: Starting Tomcat from Maven with forked process

2011-02-12 Thread Henri Gomez
If the answer is NO, at least is there a way to just start Tomcat at the background (with or without console) from Maven without occupying the main console that maven command is entered? You could still use a simple ant run task launching Tomcat command with start flag.

Re: Maven doesn't include com.sun.xml.internal.messaging.saaj.client.p2p package?

2010-03-08 Thread Henri Gomez
Did you use/reference com.sun.xml.internal.* classes from your application ? 2010/3/8 youhaodeyi youhaod...@gmail.com: Hi, I have tried to use system dependency but it doesn't work this time. The pom.xml is shown below: dependency      groupIdjdk/groupId      artifactIdjdk/artifactId    

Maven translation (i18n) plugin

2010-02-05 Thread Henri Gomez
Hi to all, I'm looking for a maven translator (i18n) plugin which could be able to create localized properties files from a master properties file and a SQL backend containing the translation. These files are for RCP applications but it should be able to works with any properties files under

Re: Maven translation (i18n) plugin

2010-02-05 Thread Henri Gomez
Thanks Milos. It's a good starting point 2010/2/5 mkleint milos.kle...@sun.com: there is http://mojo.codehaus.org/l10n-maven-plugin/ but it doesn't exactly do what you describe Milos Henri Gomez wrote: Hi to all, I'm looking for a maven translator (i18n) plugin which could be able

Re: Maven translation (i18n) plugin

2010-02-05 Thread Henri Gomez
This one seems interesting : http://lutinutil.labs.libre-entreprise.org/maven-i18n-plugin/index.html Someone use it allready ? 2010/2/5 Henri Gomez henri.go...@gmail.com: Thanks Milos. It's a good starting point 2010/2/5 mkleint milos.kle...@sun.com: there is http://mojo.codehaus.org/l10n

Re: Maven initial deploy on production server

2009-12-23 Thread Henri Gomez
You should find all of these RPMs on : http://www.jpackage.org/ 2009/12/23 eyal edri eyal.e...@gmail.com: Hi, i'm looking for the best way to install maven on a production system. I've already set up the development environment including:   - maven2   - artifactory   - hudson now i

Re: Maven initial deploy on production server

2009-12-23 Thread Henri Gomez
I've set up the jpackage repo on my server. i don't quite understand how this helps me install the production system. ok, i can now install various java pkg and maven pkg from the jpackage repo, but i will have the artifactory for that (after maven will be installed). does jpackage servers

Re: how to preserve artifact time from repository to local repository

2009-11-26 Thread Henri Gomez
I was thinking more about it. There is stable date for an artifact, ie META-INF/MANIFEST.MF inside the jar, it should allways be the date of the artifact creation 2009/11/25 Henri Gomez henri.go...@gmail.com: 3.0.x, good, that's the target version for us (m2eclipse users) 2009/11/25 Wayne Fay

how to preserve artifact time from repository to local repository

2009-11-25 Thread Henri Gomez
Hi to all, I'm faced a weird problem. On our nexus repository, artifacts have the correct time stamp, ie : log4j-1.2.15.jar file is Thu Aug 30 19:41:16 CEST 2007 Same timestamp in both repo1 and our nexus repo. When maven get the artifact from nexus to my local repository (~m2/repository),

Re: how to preserve artifact time from repository to local repository

2009-11-25 Thread Henri Gomez
When maven get the artifact from nexus to my local repository (~m2/repository), the timestamp is not conserved, the files get the timestamp of creation on the local repo. You are certainly welcome to file it as an enhancement, but it seems like an edge case and I doubt it will be addressed

Re: how to preserve artifact time from repository to local repository

2009-11-25 Thread Henri Gomez
to difference between 2 files. 2009/11/25, Henri Gomez henri.go...@gmail.com: When maven get the artifact from nexus to my local repository (~m2/repository), the timestamp is not conserved, the files get the timestamp of creation on the local repo. You are certainly welcome to file

Re: how to preserve artifact time from repository to local repository

2009-11-25 Thread Henri Gomez
3.0.x, good, that's the target version for us (m2eclipse users) 2009/11/25 Wayne Fay wayne...@gmail.com: Question, If I should file it as an enhancement, it should be for : 2.1.x, 2.2.x and 3.0.x ? I would file for 3.0.x simply because that is where the most activity is happening lately.

Re: SOS error downloadig, for compilation, the jaxb-api. can you help me?

2009-11-25 Thread Henri Gomez
Where did you get the jar home/jboss/.m2/repository/com/sun/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar ? 2009/11/25 Koxkorrita koxkorr...@laudio.info: Hello i have one great problem i have several days trying to compile one Webservice using jaxb. the pom i have writte bellow. whe y ry to

Re: [ANN] [FR] Apache Maven, enfin un livre en Fran çais

2009-11-23 Thread Henri Gomez
A big +1 Bravo Arnaud et Nicolas ! Le 23 novembre 2009 18:02, Arnaud HERITIER arnaud.herit...@exoplatform.com a écrit : Hi community,  This mail is to announce the availability of a new book about Maven, but in French this time !  Thus let's talk in French, non-french readers can mute this

m2eclipse 0.9.9-dev and dependency graph

2009-07-17 Thread Henri Gomez
I tried to get the dependency graph and got the following exception : org.maven.ide.eclipse.NoSuchComponentException: org.codehaus.plexus.component.repository.exception.ComponentLookupException: Component descriptor cannot be found in the component repository role:

Plugin / Tool for local repository

2009-06-15 Thread Henri Gomez
Hi to all, I wonder if there is a plugin/tool available to clean a local repository ? After some time repository could became huge with many snapshots or versions (when using ranges) and the only way, for now, is just to clean up by hand. Repository managers like Nexus or Archiva does this

Re: Plugin / Tool for local repository

2009-06-15 Thread Henri Gomez
Good stuff but I also needed the various versions of the project to be removed. 2009/6/15 Anders Hammar and...@hammar.net: http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html /Anders On Mon, Jun 15, 2009 at 10:46, Henri Gomezhenri.go...@gmail.com wrote:

Re: Plugin / Tool for local repository

2009-06-15 Thread Henri Gomez
I saw an interested thread on mojo-dev about a local repository purge plugin. http://www.nabble.com/local-repository-purge-plugin-td16937047.html Any one know it status ? 2009/6/15 Henri Gomez henri.go...@gmail.com: Good stuff but I also needed the various versions of the project

Re: Slow maven compile after upgrading JDK from 1.5 to 1.6

2009-05-13 Thread Henri Gomez
Which JDK under what OS ? 2009/5/12 j_ri jochen.riedlin...@l-bank.de: Hi, I have problems with the compilation-time of some of our projects using java 6 (update 10 and 13) and maven (I tried with 2.0.7 and 2.1.0). Compiling 806 source-files takes about 7 seconds using jdk 1.5. When

Re: Maven: The Definitive Guide in French

2009-04-06 Thread Henri Gomez
If you need some support :) 2009/4/6 Emmanuel Hugonnet ehsavoi...@gmail.com: Thanks :o) I was looking for such a repository to get the sources of the book ;o) I am not an Eclipse fan (who says Netbeans ;o) ) but I would love to work on Nexus' book translation. Emmanuel On Mon, Apr 6, 2009

Opensymphony quartz artifact

2009-03-23 Thread Henri Gomez
Hi to all I see Quartz 1.6.5 is out but still not available on repo1.maven.org. Also it seems the pom is incorrect, the required dependencies like jta and commons-collections are not set in the pom.xml. Any idea how to fix that ?

Profile with non existing property

2009-03-13 Thread Henri Gomez
We could activate a profile if a property exist or if this property exist and it's value match some string. http://maven.apache.org/guides/introduction/introduction-to-profiles.html But could we activave a profile if a property doesn't exist ? Regards

conditional extensions

2009-03-03 Thread Henri Gomez
Hi to all, I used to have the following in our enterprise POM. build ... extensions extension groupIdorg.apache.maven.wagon/groupId artifactIdwagon-webdav/artifactId version1.0-beta-2/version /extension /extensions As of maven 2.0.9 it's no more

Re: RE : RE : maven / osgi / repositories

2009-01-29 Thread Henri Gomez
encourages environmental awareness. De: Henri Gomez [mailto:henri.go...@gmail.com] Date: mer. 28/01/2009 18:04 À: Maven Users List Objet : Re: RE : maven / osgi / repositories 2009/1/28 Deneux, Christophe christophe.den...@capgemini.com: Isn't the role

Re: maven / osgi / repositories

2009-01-29 Thread Henri Gomez
One thing I have been toying with for a while is to auto-magically extend maven-jar-plugin to add the OSGi headers. I really don't think this is a great idea. I think for a bundle to be useful someone needs to provide proper imports and exports. Right, but it make took years ;( I haven't

Re: RE : maven / osgi / repositories

2009-01-28 Thread Henri Gomez
2009/1/28 Deneux, Christophe christophe.den...@capgemini.com: Isn't the role of the classifier field ? instead of : groupIdorg.apache.ant/groupId artifactIdant/artifactId version1.7.1/version we could use : groupIdorg.apache.ant/groupId artifactIdant/artifactId version1.7.1/version

maven / osgi / repositories

2009-01-27 Thread Henri Gomez
Hi to all, We're using maven to build all our company projects for about 6 months and are very happy with it. Some of our projects, mainly Eclipse RCP plugins, are also mavenized. We know think about OSGIfing more of our projects (server side) and track ASF projects Felix of course core but also

Re: maven / osgi / repositories

2009-01-27 Thread Henri Gomez
Another point of reference you might consider is how the springsource guys make OSGi-ified version of many java libraries in their bundle repository [http://www.springsource.com/repository/]. This acts pretty much as a simple maven repository delivering jars. ..with renamed

Re: maven / osgi / repositories

2009-01-27 Thread Henri Gomez
there is plan for this in Nexus. Hope this helps, SaM Thanks for your time Sam, it was helpfull :) On Tue, Jan 27, 2009 at 10:24 PM, Henri Gomez henri.go...@gmail.com wrote: Hi to all, We're using maven to build all our company projects for about 6 months and are very happy with it. Some of our

Re: maven / osgi / repositories

2009-01-27 Thread Henri Gomez
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: woodstox 3.2.x pom

2008-11-26 Thread Henri Gomez
Thanks Jorg I'll send this to jax-ws dev list and meanwhile will update my poms. BTW, do you recommand switching to 3.2.7 instead of 3.2.2 ? 2008/11/26 Jörg Schaible [EMAIL PROTECTED]: Wayne Fay wrote: It seems like the JAXWS-RT people simply need to update THEIR pom file to reflect

woodstox 3.2.x pom

2008-11-25 Thread Henri Gomez
Hi to all, I'm using JAXWS 2.1.5 which require Woodstox 3.2.3. I could find woodstox POM in repo1. http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.3/ maven-metadata.xml 21-Nov-2007 04:35 170 maven-metadata.xml.md5

Re: woodstox 3.2.x pom

2008-11-25 Thread Henri Gomez
/ Any advices help very welcome 2008/11/25 Henri Gomez [EMAIL PROTECTED]: Hi to all, I'm using JAXWS 2.1.5 which require Woodstox 3.2.3. I could find woodstox POM in repo1. http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.3/ maven-metadata.xml 21-Nov-2007

Re: creating a maven project in eclipse very new bee

2008-10-23 Thread Henri Gomez
May i suggest you to install m2eclipse ? Le 23 oct. 08 à 19:14, miro [EMAIL PROTECTED] a écrit : I am very very new to maven need help in creating a project . Eclipse 3.4.1 and installed maven eclipse project. Please help me create a new java project to be built by maven using eclipse. I

simple zip/tar packaging

2008-07-18 Thread Henri Gomez
Hi to all, I'd like to package some files (no code just html/css/images) into a tar.gz or zip file. What's the consensus, solution for this ? The status is not clear from what I could see in http://jira.codehaus.org/browse/MNG-1683 Regards

findbugs and maven2

2008-07-09 Thread Henri Gomez
I' trying to use findbug maven plugin with : reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-pmd-plugin/artifactId version2.4/version configuration linkXreftrue/linkXref

Re: findbugs and maven2

2008-07-09 Thread Henri Gomez
2008/7/9 [EMAIL PROTECTED]: Hi Henri, Maybe you misspelled it somewhere in your pom. The error says maven-findbugs-plugin not findbugs-maven-plugin. Regards, Minto -Oorspronkelijk bericht- Van: Henri Gomez [mailto:[EMAIL PROTECTED] Verzonden: woensdag 9 juli 2008 16:26 Aan

Re: findbugs and maven2

2008-07-09 Thread Henri Gomez
What is the command you gave maven? Did you try running mvn findbugs:goalname or mvn site? mvn findbugs:findbugs (from http://mojo.codehaus.org/findbugs-maven-plugin/plugin-info.html) In the reporting section comes all plugins for site generation. If you try to run findbugs directly, maybe

Re: findbugs and maven2

2008-07-09 Thread Henri Gomez
And to give a little more inside info. If maven cannot find a prefix, it will automagically assume groupId org.apache.maven.plugins and artifactId maven-$prefix-plugin, so that is where the message came from. With regards, Thanks for this info :)

jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Henri Gomez
Hi to all, We still get errors with jaxws-maven-plugin when were using a non Sun JDK. DEBUG] jaxws:wsgen args: [-d, C:\workspace\slib-ws-core-service\target\classes, -cp,

Re: Enabling Eclipse 3.4.0 Ganymede in the maven repository

2008-07-03 Thread Henri Gomez
Even the 3.3.3 is not located there ;( 2008/7/3 Rakesh Sinha [EMAIL PROTECTED]: Hi - To develop a plugin of ours - we need to port it to Eclipse 3.4.0 and we have the maven build script for the same. Can we have the jars available for 3.4.0 here at the maven repository.

Correct way to filtering web.xml with maven-war-plugin 2.1-alpha-1

2008-07-02 Thread Henri Gomez
Hi to all, I need to filter the web.xml in some webapp : I tried with : build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId executions execution phasegenerate-resources/phase

filtering java sources

2008-07-02 Thread Henri Gomez
Hi to all, I'm trying to filter some of my java source file before compile phase. public interface DefaultProps { public static final String NAME = ${pom.artifactId}; public static final String VERSION = ${pom.version}; }

Re: filtering web.xml

2008-06-20 Thread Henri Gomez
Any news about this problem ? 2008/5/17 Henri Gomez [EMAIL PROTECTED]: 2008/5/17 Tim Kettler [EMAIL PROTECTED]: There's currently a discussion on the dev list [1] about releasing the next version of the war plugin. I posted there yesterday that this bug should be fixed before a release, you

Re: filtering web.xml

2008-05-17 Thread Henri Gomez
2008/5/17 Tim Kettler [EMAIL PROTECTED]: There's currently a discussion on the dev list [1] about releasing the next version of the war plugin. I posted there yesterday that this bug should be fixed before a release, you can express your opinion there as well. I'll send a note on the dev list

Re: filtering web.xml

2008-05-16 Thread Henri Gomez
/filtering /webResource /webResources /configuration /plugin /plugins /build and I think this is the right way to do it since standard resources end up somewhere under 'target/classes' and I don't want that polluted with a web.xml file. -Tim Henri Gomez

Re: filtering web.xml

2008-05-16 Thread Henri Gomez
Strange. I could get thru filter ${user.home} or ${java.version} but not ${user.name} Any idea ? 2008/5/16 Henri Gomez [EMAIL PROTECTED]: Many thanks Tim. I was using the same thing, excepted targetPathWEB-INF/targetPath It works now ! 2008/5/16 Tim Kettler [EMAIL PROTECTED]: Hi, I do

Re: filtering web.xml

2008-05-16 Thread Henri Gomez
that the system properties get somehow shadowed by the standard pom properties. This seems to be the case even for custom properties like foo.version that are not defined anywhere. -Tim Henri Gomez schrieb: Strange. I could get thru filter ${user.home} or ${java.version} but not ${user.name

Re: filtering web.xml

2008-05-16 Thread Henri Gomez
*.version = pom.version *.name = pom.name 2008/5/16 Henri Gomez [EMAIL PROTECTED]: Problem in maven-war 2.0.2 or in maven 2.0.9 ? 2008/5/16 Tim Kettler [EMAIL PROTECTED]: Strange, indeed. Looks like a bug to me. I tried with this in web.xml and no filter property files: pom.name

Re: filtering web.xml

2008-05-16 Thread Henri Gomez
I suspect something weird in maven-war plugin (2.0.2) since I get the same error from m2eclipse which use maven 2.1 embedded 2008/5/16 Henri Gomez [EMAIL PROTECTED]: *.version = pom.version *.name = pom.name 2008/5/16 Henri Gomez [EMAIL PROTECTED]: Problem in maven-war 2.0.2 or in maven

jaxws failed under m2eclipse

2008-05-16 Thread Henri Gomez
I can build jar projects using the jaxws wsgen mojo (1.9) under maven 2.0.x but it failed under m2eclipse (0.9.3) when using maven 2.1 embedded (it works if I switch m2eclipse to use the maven 2.0.9 on my system). I tried with various JVM (Sun and IBM 5 and 6) but still got the problem with maven

Re: jaxws failed under m2eclipse

2008-05-16 Thread Henri Gomez
I tried with maven 2.1-620417 and 2.1-655675 from command line, and same problem 2008/5/16 Henri Gomez [EMAIL PROTECTED]: I can build jar projects using the jaxws wsgen mojo (1.9) under maven 2.0.x but it failed under m2eclipse (0.9.3) when using maven 2.1 embedded (it works if I switch

Re: filtering web.xml

2008-05-16 Thread Henri Gomez
-133 [2] http://jira.codehaus.org/browse/MRESOURCES-8 Henri Gomez schrieb: I suspect something weird in maven-war plugin (2.0.2) since I get the same error from m2eclipse which use maven 2.1 embedded 2008/5/16 Henri Gomez [EMAIL PROTECTED]: *.version = pom.version *.name = pom.name 2008

Re: filtering web.xml

2008-05-16 Thread Henri Gomez
There is a patch provided in http://jira.codehaus.org/browse/MWAR-133. How can I contact the maintener for a fix ? 2008/5/16 Henri Gomez [EMAIL PROTECTED]: I tested with 2.1-alpha and same problem ;( 2008/5/16 Tim Kettler [EMAIL PROTECTED]: It's a bug in the war plugin. The resource

filtering web.xml

2008-05-15 Thread Henri Gomez
Hi to all, In a war project I'd like to filter the src/main/webapp/WEB-INF/web.xml : ie : update the display name to include the pom version display-nameMy Site Application v${pom.version}/display-name I read some threads and it's not clear if it should be done by web-resources or

Re: too many open files with 1.0.2

2008-04-12 Thread Henri Gomez
I see that also but it was releated to a problem with Tomcat 6.x and libtcnative. Is it your setting ? 2008/4/11, Jason Chaffee [EMAIL PROTECTED]: With Archvia-1.0.2 running in tomcat, I am getting too many open files errors at least twice a day, forcing a reboot of archiva to fix the

Re: m2eclipse 0.9 wtp integration.

2008-03-25 Thread Henri Gomez
You should use the m2eclipse list instead :) 2008/3/25, da Costa Oliveira, Pedro Manuel [EMAIL PROTECTED]: Hi, First of all - great work on 0.9. It seems to be working more like we've always expected! However, I know have a strange problem with Web Projects in eclipse (all others look ok

archiva / internal / snapshot and settings.xml

2008-03-20 Thread Henri Gomez
Hi to all, My archiva proxy has a the regular 'internal' and 'snapshot' repositories. Many proxies to apache, jboss and java.devnet, for release and/or snapshots. ie : urlhttp://people.apache.org/repo/m2-snapshot-repository/url username/ password/ idapachesnapshots/id nameApache Snapshot

Re: archiva / internal / snapshot and settings.xml

2008-03-20 Thread Henri Gomez
In Maven 2.0.8 you just need to list each snapshot repository by ID and point it to the Archiva snapshot repo, and place it before the * definition. Do you recommand avoiding MirrorOf * ? In Maven 2.0.9 there will be some include/exclude semantics for mirrorOf. Hum, did the 2.0.9

Re: archiva / internal / snapshot and settings.xml

2008-03-20 Thread Henri Gomez
Do you recommand avoiding MirrorOf * ? No, mirrorOf * is a very useful method of locking down all access to your managed repositories. I highly recommend it. Indeed but in that case you endup mixing releases and snapshots in the same archiva repository ;( I suspect these couldn't works

Re: archiva and nexus indexer

2008-03-19 Thread Henri Gomez
are making pluggable implementations for repository manager indexes so that they can support any implementation. Yep Cheers, Brett On 19/03/2008, Henri Gomez [EMAIL PROTECTED] wrote: Hi to all, Did there is a way to use Nexus Indexer (http://docs.codehaus.org/display/M2ECLIPSE

jaxws-maven-plugin with IBM SDK failed

2008-03-06 Thread Henri Gomez
Hi to all, I see the following error while trying to use the jaxws-maven-plugin with an IBM SDK (under XP). org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute wsgen at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa

Re: Mevenide vs. M2Eclipse, Q for Eclipse/IAM

2008-03-04 Thread Henri Gomez
I switched from m2eclipse to Q4E (still using the dev release, ie http://www.jroller.com/carlossg/entry/exist_global_acquires_devzuz). Even if Q4E is a new project and so less mature, it works great for me, ie I could use an eclipse project having both WTP and Q4E nature. Q4E is supported by

jaxws-maven-plugin jaxws:wsgen - Could not find class file

2008-02-27 Thread Henri Gomez
I get the same error reference in this thread : http://www.mail-archive.com/users@maven.apache.org/msg72977.html Did someone know if this problem is planned to be fixed in jaxws-maven-plugin ? Regards - To unsubscribe, e-mail:

Re: MvnIndex.org launched

2008-02-27 Thread Henri Gomez
I have written small Eclipse plugin that simplifies POM editing. It provides code competition of groupId, artifactId and version in POM dependencies. You can download it here http://mvnindex.org/. Moreover, you can search for artifacts on-line on the same page and download index of Maven

RE: [m2] Filtering web.xml?

2008-02-26 Thread Henri Gomez
I had similar problem with a webapp I developed few months ago, so I used this war filtering feature to add build number and deploy time and other informations to jsp files as comment tags filtered by maven. Could you tell us how you do that ? It's really simple to changes web.xml contents with