Re: Problem with maven for php

2012-06-26 Thread martin.eisengardt
> > You would have better luck on a maven php mailing list than here as > this is specific to that php plugin. > And that google group is located at https://groups.google.com/forum/?fromgroups#!forum/maven-for-php Berrie already says: The zend archetype is available with version 2.0.0 (-Darchetype

Re: Problem with maven for php

2012-06-26 Thread Barrie Treloar
On Wed, Jun 27, 2012 at 1:04 PM, Fernanda Araújo wrote: > Hi, > >  I'm trying to build a new project using mvn archetype:generate > -DarchetypeArtifactId=php5-zend-archetype -X > >  It gives me the following error > >  [DEBUG] Archetype org.apache.maven.archetypes:php5-zend-archetype:1.0 > doesn't

Problem with maven for php

2012-06-26 Thread Fernanda Araújo
Hi, I'm trying to build a new project using mvn archetype:generate -DarchetypeArtifactId=php5-zend-archetype -X It gives me the following error [DEBUG] Archetype org.apache.maven.archetypes:php5-zend-archetype:1.0 doesn't exist org.apache.maven.archetype.downloader.DownloadNotFoundException:

Re: can't verify tarball

2012-06-26 Thread Jay Scott
On 06/26/2012 05:01 PM, Olivier Lamy wrote: 2012/6/26 Jay Scott : On 06/26/2012 04:49 PM, Olivier Lamy wrote: Do you remember from which mirror you download tar.gz ? Hmm, I just clicked the link on http://maven.apache.org/download.html and got whatever I got. When I return to the page now t

Re: can't verify tarball

2012-06-26 Thread Jay Scott
PS: Thanks, a fast and good answer! Jay Scott http://satirist.org/ On 06/26/2012 04:58 PM, Jay Scott wrote: On 06/26/2012 04:49 PM, Olivier Lamy wrote: Do you remember from which mirror you download tar.gz ? Hmm, I just clicked the link on http://maven.apache.org/download.html and got wh

Re: can't verify tarball

2012-06-26 Thread Olivier Lamy
2012/6/26 Jay Scott : > On 06/26/2012 04:49 PM, Olivier Lamy wrote: >> >> Do you remember from which mirror you download tar.gz ? > > > Hmm, I just clicked the link on http://maven.apache.org/download.html and > got whatever I got. When I return to the page now the link is > > http://www.apache.org

Re: can't verify tarball

2012-06-26 Thread Jay Scott
On 06/26/2012 04:49 PM, Olivier Lamy wrote: Do you remember from which mirror you download tar.gz ? Hmm, I just clicked the link on http://maven.apache.org/download.html and got whatever I got. When I return to the page now the link is http://www.apache.org/dyn/closer.cgi/maven/binaries/apac

RE: can't verify tarball

2012-06-26 Thread m m
does Dick know? > Date: Tue, 26 Jun 2012 16:43:13 -0400 > From: j...@mathforum.org > To: users@maven.apache.org > Subject: can't verify tarball > > I just downloaded apache-maven-3.0.4-bin.tar.gz (and its checksum and > signature) and can't verify the signature. I grabbed KEYS from > http://ww

Re: can't verify tarball

2012-06-26 Thread Olivier Lamy
Hi, Do you remember from which mirror you download tar.gz ? Can you try to download from archive site ? http://www.us.apache.org/dist/maven/binaries/ 2012/6/26 Jay Scott : > I just downloaded apache-maven-3.0.4-bin.tar.gz (and its checksum and > signature) and can't verify the signature. I grabbe

can't verify tarball

2012-06-26 Thread Jay Scott
I just downloaded apache-maven-3.0.4-bin.tar.gz (and its checksum and signature) and can't verify the signature. I grabbed KEYS from http://www.apache.org/dist/maven/KEYS and: $ gpg --import KEYS ... gpg: Total number processed: 42 gpg: imported: 41 (RSA: 4) gpg: unc

Re: [ANN] JAXB-2 Maven Plugin 1.4 Released

2012-06-26 Thread Kathryn Huxtable
In general, how does this compare to the jvnet jaxb plugin? Why would I use one over the other? I do a certain amount of JAXB, and I'm curious. -K On Jun 26, 2012, at 3:20 PM, Anders Hammar wrote: > Hi, > > The Mojo team is pleased to announce the release of the JAXB-2 Maven > Plugin version

Re: Can I do scm checkout from inside a plugin?

2012-06-26 Thread Kathryn Huxtable
Okay, I have what I need. Thanks to everyone. The most useful advice (for me) was Olivier's pointer at the invoker plugin. I had never needed it and didn't really know about it. Knowing about it, I was able to find its uses in the release plugin, so I can make my use of it more robust. -K On J

[ANN] JAXB-2 Maven Plugin 1.4 Released

2012-06-26 Thread Anders Hammar
Hi, The Mojo team is pleased to announce the release of the JAXB-2 Maven Plugin version 1.4. http://mojo.codehaus.org/jaxb2-maven-plugin/ To get this update, simply specify the version in your project's plugin configuration: org.codehaus.mojo jaxb2-maven-plugin 1.4 Release

Re: truezip-maven-plugin fails when run on CI server

2012-06-26 Thread Dan Tran
may want to try 'immediateUpdate=true' -D On Tue, Jun 26, 2012 at 12:05 PM, David Hoffer wrote: > Thanks much for your help.  Unfortunately I don't have access to our CI > build server so there wasn't much I could do here.  I changed the build to > not use this plugin...I just unzip and then re-

Re: truezip-maven-plugin fails when run on CI server

2012-06-26 Thread David Hoffer
Thanks much for your help. Unfortunately I don't have access to our CI build server so there wasn't much I could do here. I changed the build to not use this plugin...I just unzip and then re-jar...solves this problem in this case. Thanks, -Dave On Mon, Jun 25, 2012 at 3:57 PM, Wayne Fay wrote

Re: Can I do scm checkout from inside a plugin?

2012-06-26 Thread Kathryn Huxtable
Thanks. I am using maven3, but I think the invoker looks simpler. If we were using Jenkins already I might think differently… -K On Jun 26, 2012, at 11:27 AM, Olivier Lamy wrote: > 2012/6/26 Kathryn Huxtable : >> Thanks! >> >> I'm also checking out the mojo-executor plugin. It looks kind of squ

Re: Can I do scm checkout from inside a plugin?

2012-06-26 Thread Ansgar Konermann
Inject a maven ScmManager into your Mojo. Checkout code is fairly simple. Can give example code later if desired. Sent on the go A Am 26.06.2012 15:26 schrieb "Kathryn Huxtable" : > I know the release plugin can do it, but the source is fairly complex. > > Is there an easy way? > > My goal is to

Re: Can I do scm checkout from inside a plugin?

2012-06-26 Thread Olivier Lamy
2012/6/26 Kathryn Huxtable : > Thanks! > > I'm also checking out the mojo-executor plugin. It looks kind of squirrelly, > but it may do what I want. I'm going to need to run a plugin on the checked > out code, so I guess I can't avoid either embedding Maven or forking it. (I > think I'll fork.)

Re: Can I do scm checkout from inside a plugin?

2012-06-26 Thread Kathryn Huxtable
Thanks! I'm also checking out the mojo-executor plugin. It looks kind of squirrelly, but it may do what I want. I'm going to need to run a plugin on the checked out code, so I guess I can't avoid either embedding Maven or forking it. (I think I'll fork.) Part of me wonders if sticking to shell

Re: Can I do scm checkout from inside a plugin?

2012-06-26 Thread Olivier Lamy
Hi, Maybe will be more easy to have a look at the CheckoutMojo ? http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/CheckoutMojo.java 2012/6/26 Kathryn Huxtable : > I know the release plugin can do it, but the source is fairly complex. > > I

Can I do scm checkout from inside a plugin?

2012-06-26 Thread Kathryn Huxtable
I know the release plugin can do it, but the source is fairly complex. Is there an easy way? My goal is to check out an earlier version of the artifact, copy its resources (so I'll also be running the copy-resources plugin), which produces some data as side effects, and then compare that data t

Re: WAR file always attached; suppress/skip deployment?

2012-06-26 Thread Ron Wheeler
It would appear that you really want 2 projects; one that makes a jar and one that makes a war. Ron On 26/06/2012 4:00 AM, myron0...@gmx.net wrote: Hi I have a WAR project, but the plugin is currently driving me crazy :) What i want to archive: Do not install/deploy the generated SNAPSHOT-WA

Importing poms and scoping dependencies

2012-06-26 Thread Stevo Slavić
Hello Apache Maven community, Is there a way to import dependencies from dependencyManagement section of a pom artifact, but also configure default scope for all of the imported dependencies (without actually specifying all of them as dependencies)? Kind regards, Stevo.

Re: maven compilation error

2012-06-26 Thread Belhadj abdessalem
Make sure that you have the pom.xml file in the root of your maven project Le 26 juin 2012 00:54, "mbb216" a écrit : > Build error > Reason:cannot execute mojjo:it requires a project with an existing pom.xml > but the build is not in use > What is the reason for this erroe in maven. > > -- > View

RE: compile plugin

2012-06-26 Thread Belhadj abdessalem
Are you sure that you have specified the best jdk. Perhaps you point to the jre locaton Le 25 juin 2012 19:22, a écrit : > > > > > > Run "whereis java" ("where java" in Windows) to find out how many java > > executable you might have in PATH and which one is listed first. That's > where > > I'd s

WAR file always attached; suppress/skip deployment?

2012-06-26 Thread myron0815
Hi I have a WAR project, but the plugin is currently driving me crazy :) What i want to archive: Do not install/deploy the generated SNAPSHOT-WAR file, just the packaged JAR file out of the classes. But of course it needs to be packaged/exploded for being local runnable per default. I thought

Re: How to run parallel test suite files in Maven

2012-06-26 Thread sreekumar
No i tried with 'classes' also. A separate thread is not creating for each xml file. My Requirement: I have 1000 automated test cases. i want to run in different machine with different browsers using selenium webdriver. I used TestNG.xml's to get all these test case details and plan to run in te