Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Jeff MAURY
You should run Maven from a directory where a pom.xml is present or use the -f argument. Regards Jeff MAURY On Sat, Dec 17, 2011 at 4:22 PM, Apache Omega jason007tho...@yahoo.comwrote: i'm trying to get maven fully operational but every time i run anything there's an error stating NO POM1 how

Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Apache Omega
how do i find pom.xml -- View this message in context: http://maven.40175.n5.nabble.com/No-POM-1-how-do-I-install-my-POM-Please-help-tp5082740p5082770.html Sent from the Maven - Users mailing list archive at Nabble.com. - To

RE: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Robert Scholte
...@yahoo.com To: users@maven.apache.org Subject: Re: No POM 1 how do I install my POM (Please help!!!) how do i find pom.xml -- View this message in context: http://maven.40175.n5.nabble.com/No-POM-1-how-do-I-install-my-POM-Please-help-tp5082740p5082770.html Sent from the Maven - Users

Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Apache Omega
I entered mvn -f and this is what i got what does all this mean??? C:\Program Files\apache-maven-3.0.3mvn -f Unable to parse command line options: Missing argument for option: f usage: mvn [options] [goal(s)] [phase(s)] Options: -am,--also-makeIf project list is

Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Jeff MAURY
I suggest you read the documentation before asking such questions ? The -f parameter allows to specify the name and location of the pom.xml (if you want to use other names than the standard pom.xml) Regards Jeff MAURY On Sat, Dec 17, 2011 at 4:53 PM, Apache Omega jason007tho...@yahoo.comwrote:

Re: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Benson Margulies
Please read http://www.sonatype.com/books/mvnref-book/reference/. You don't hardly ever install a POM. You just run mvn in the directory where it is sitting. On Sat, Dec 17, 2011 at 10:22 AM, Apache Omega jason007tho...@yahoo.com wrote: i'm trying to get maven fully operational but every time i