>
> 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
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
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:
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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.)
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
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
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
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
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.
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
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
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
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
27 matches
Mail list logo