Re: Why isn't Maven using the (site) plugin version I told it?

2011-06-08 Thread Jörg Schaible
Daniel Serodio (lists) wrote: That was it. Thanks a lot. Is there somewhere in the documentation I could've found this information? Type column: http://maven.apache.org/plugins/ - Jörg - To unsubscribe, e-mail:

How to convert from Ant project to maven project?

2011-06-08 Thread jiapei100
Hi, all: Sorry for my entry-level question. Is it possible for me to convert from an Ant project to A Maven project from within NetBeans IDE? Or, is there any method to convert from an Ant project to a Maven project using some command line method? Or, any standard method to do so? Best Regards

Re: How to convert from Ant project to maven project?

2011-06-08 Thread Stephen Connolly
1. Maven is not ANT. I assume you have read the Maven books and have tried some projects using Maven. If you are somebody who is used to ANT it will take a while to de-ANT you, so switching an ANT based project over to Maven is a really bad way to learn Maven... OTOH 2. If you have a fairly

Re: assemble and compile for a specific version

2011-06-08 Thread Fernando Wermus
I finally solved using filter resources instead of assemblies. 2011/6/7 Fernando Wermus fwer...@odeasrl.com.ar Hi all, I have the following pom.xml that only assambles in a certein profile: profiles profile idqa-tomcat5x/id build plugins plugin

Re: How to convert from Ant project to maven project?

2011-06-08 Thread Wayne Fay
Sorry for my entry-level question. Is it possible for me to convert from an Ant project to A Maven project from within NetBeans IDE? This is a question for the Netbeans User list. Or, is there any method to convert from an Ant project to a Maven project using some command line method? Not

Question on poms

2011-06-08 Thread Refr Bruhl
Team I get the following warnings in my builds. I've had to add jars manually to my local repository. Near as I can tell the only thing that really generates the future version of Maven message is missing poms. What steps do I need to to do to create these poms sine they didn't arrive with

Re: Question on poms

2011-06-08 Thread Wendy Smoak
On Wed, Jun 8, 2011 at 1:45 PM, Refr Bruhl refr_br...@yahoo.com wrote: I get the following warnings in my builds. I've had to add jars manually to my local repository. How did you do that? What steps do I need to to do to create these poms sine they didn't arrive with the original vendor?

Re: Question on poms

2011-06-08 Thread Refr Bruhl
Greetings I used the instructions at http://maven.apache.org/guides/MavenQuickReferenceCard.pdf for adding 3rd party libraries to my repository. I see instructions there for creating a minimal pom... however I am not sure what should go into it. We are an aix shop. While the company has

Re: Question on poms

2011-06-08 Thread Wendy Smoak
On Wed, Jun 8, 2011 at 2:25 PM, Refr Bruhl refr_br...@yahoo.com wrote: I used the instructions at http://maven.apache.org/guides/MavenQuickReferenceCard.pdf for adding 3rd party libraries to my repository. Interesting... haven't seen that before! So you used mvn install:install-file? Odd..

Re: Question on poms

2011-06-08 Thread Refr Bruhl
I will try this Thank you! --Refr inn gra Wars are to be won with swords and spears, not with rice and salt. -- Uesugi Kenshin - Original Message From: Wendy Smoak wsm...@gmail.com To: Maven Users List users@maven.apache.org Sent: Wed, June 8, 2011 1:30:10 PM Subject: Re:

Re: Question on poms

2011-06-08 Thread Leonard Ehrenfried
The first warning that is being generated is because you haven't specified a version for maven-compiler-plugin so Maven is only guessing which one to use. This is undesirable because once a new version is released Maven might (will?) choose that one and it may be incompatible with the version you

Re: Default location of config files - Maven Standard Directroy Layo ut?

2011-06-08 Thread cjdanie...@gmail.com
This thread is old, but it appears to be the closest to a definitive answer that I can find. Martin Höller wrote: On 26-03-2007 11:15 Doyle D.G. (Duncan) wrote: Furthermore, where should one put configuration files which are needed for testing? There is no 'src/test/config' listed in the