Re: Solve my exception for mvn installtion

2011-12-17 Thread Siegfried Goeschl
+1 On 17.12.11 02:14, Graham Leggett wrote: On 16 Dec 2011, at 9:48 PM, Barrie Treloar wrote: I found the problem and now it is solved. thank all who helped me. This reply makes me angry. Please state what you problem actually was and what you did to solve it. The next person who has the

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

2011-12-17 Thread Apache Omega
i'm trying to get maven fully operational but every time i run anything there's an error stating NO POM1 how do I correct this??? Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Administratormvn install:install [INFO] Scanning for

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
Funny you can find the mailing lists easier than the usage of Maven. Please read Maven in 5 minutes[1] first to understand the basics. -Robert [1] http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html Date: Sat, 17 Dec 2011 07:46:53 -0800 From:

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: Release plugin should tag the revision that was built in the prepare phase

2011-12-17 Thread Phillip Hellewell
On Fri, Dec 16, 2011 at 12:44 AM, Jörg Schaible joerg.schai...@scalaris.com wrote: Phillip Hellewell wrote: Thanks Todd; can you give me a hint on how to change the goals that get run by release:prepare? See configuration parameters of realase:prepare. Ah yes, here it is: preparationGoals.

Re: Release plugin should tag the revision that was built in the prepare phase

2011-12-17 Thread Phillip Hellewell
On Fri, Dec 16, 2011 at 4:51 AM, Olivier Lamy ol...@apache.org wrote: As you use svn, a possible solution is to use remoteTagging=false (http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#remoteTagging) which do svn cp . http://blbl/tags/ Thanks for the tip, but I don't

Re: Release plugin should tag the revision that was built in the prepare phase

2011-12-17 Thread Phillip Hellewell
On Fri, Dec 16, 2011 at 6:24 AM, Thiessen, Todd (Todd) tthies...@avaya.com wrote: http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html If you look at the preperationGoal option of the prepare goal, you will see the default is clean verify.  If you change with to simple be

Re: maven-release-plugin: using git where do I see the tag used to build the release in the pom?

2011-12-17 Thread Mirko Friedenhagen
No comments on this? How would a scm:bootstrap know which tag to build with git? Regards Mirko On Fri, Dec 16, 2011 at 22:58, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello, I know that with SVN the developerConnection and connection are updated to the real URL, that is when I

RE: maven-release-plugin: using git where do I see the tag used to build the release in the pom?

2011-12-17 Thread Robert Scholte
Hi Mirko, Did you have a look at the related code? http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/xref/org/apache/maven/scm/provider/git/gitexe/command/tag/GitTagCommand.html -Robert From: mfriedenha...@gmail.com Date: Sat, 17 Dec

using maven for flex on java

2011-12-17 Thread Apache Omega
I'm using maven for flex on java so I'm completly new to maven. I went through the maven in 5 minutes and i got a better prospective on how to use it. I'm having problems now with two things one from the flex on java book and the maven plug in installed in my eclipse SDK. A) when I enter the code

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

Re: using maven for flex on java

2011-12-17 Thread Benson Margulies
It would help if you would send a message stating what you tried, what you expected to happen, and what happened instead. I have no idea what 'flex on java' is, so I can't guess what's going on. On Sat, Dec 17, 2011 at 4:30 PM, Apache Omega jason007tho...@yahoo.com wrote: I'm using maven for

mvn package (build failure)

2011-12-17 Thread Apache Omega
OK these are the steps I took 1)mkdir 2)mvn archetype:generate 3)groupid 4)artifactid 5)mvn compile 6)mvn package (this is where i got the build failure and here's what printed out on the screen) Where did I go wrong? C:\Program Files\apache-maven-3.0.3\my-app\jason\MavenFlexJavaAppmvn package

Re: mvn package (build failure)

2011-12-17 Thread Benson Margulies
What part of [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:4.1 -beta:test-run (default-test-run) on project MavenFlexJavaApp: Failed to launch Flash Player. Probably java was not able to find flashplayer. [ERROR] Make sure flashplayer is available on PATH don't