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 plans to get the type of manager you describe it hasn't been acted upon yet. Most open source stuff has issues compiling on aix 6.1 nowadays As for commons-io, no I am not sure. This was downloaded manually from the apache site. --Refr inn gra "Wars are to be won with swords and spears, not with rice and salt." -- Uesugi Kenshin ----- Original Message ---- From: Wendy Smoak <[email protected]> To: Maven Users List <[email protected]> Sent: Wed, June 8, 2011 12:52:01 PM Subject: Re: Question on poms On Wed, Jun 8, 2011 at 1:45 PM, Refr Bruhl <[email protected]> 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? Depending on how they got there... the install:install-file goal has an option to generate a minimal pom. However, looking at the list of things it's complaining about, are you sure there's no pom in central for commons-io ? It's best to run a repository manager and put the artifacts there, so you don't have to re-do this if you blow away your local repo for any reason. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
