Re: Maven report and site render context

2007-08-26 Thread dvicente
Hi, thanks for your help. I will take a look and keep in touch with you Best regards David brettporter wrote: > > Take a look at the project info reports plugin - I'm pretty sure that > the execute() goal for those correctly obtains the details. > > Let me know if you have any trouble findi

Better access to custom life cycle phases

2007-08-26 Thread William Ferguson
Are there any plans for to allow better access to custom life cycle phases in maven-2.1? In particular, I would like to be able to configure a plugin to execute during some of the lifecycle phases of the maven-release-plugin. The current mechanism of specifying goals to run during the preparation

General Framework for Writing Non-Java Plugins

2007-08-26 Thread Shane Isbell
I just submitted a proposal for working on a way for non-Java Maven plugins to be executed within their native runtime environments. http://docs.codehaus.org/display/MAVENUSER/General+Framework+for+Writing+Non-Java+Plugins Regards, Shane

Re: Pushing maven-stage-plugin towards a release

2007-08-26 Thread Brett Porter
On 27/08/2007, at 12:06 PM, Jason van Zyl wrote: On 26 Aug 07, at 6:57 PM 26 Aug 07, Brett Porter wrote: What about merging it into the repository plugin? Seems like we could come up with the right mojo goal interface to use, even if the implementation later needs some work? Do you mea

Re: Pushing maven-stage-plugin towards a release

2007-08-26 Thread Jason van Zyl
On 26 Aug 07, at 6:57 PM 26 Aug 07, Brett Porter wrote: What about merging it into the repository plugin? Seems like we could come up with the right mojo goal interface to use, even if the implementation later needs some work? Do you mean the repository-tools plugin? The repository plugin

Re: Maven report and site render context

2007-08-26 Thread Brett Porter
Take a look at the project info reports plugin - I'm pretty sure that the execute() goal for those correctly obtains the details. Let me know if you have any trouble finding it and I can poke around and find the exact code. Cheers, Brett On 24/08/2007, at 6:19 PM, dvicente wrote: Hi, I

Re: Pushing maven-stage-plugin towards a release

2007-08-26 Thread Brett Porter
What about merging it into the repository plugin? Seems like we could come up with the right mojo goal interface to use, even if the implementation later needs some work? - Brett On 26/08/2007, at 7:47 AM, Dennis Lundberg wrote: Hi I have just checked in a site for this plugin, and publis

Re: [continuum] BUILD FAILURE: Maven Project Info Reports Plugin

2007-08-26 Thread Brett Porter
Thanks Dennis. So is this the same as SUREFIRE-347? If it's a different regression, it be good to file it. - Brett On 27/08/2007, at 7:32 AM, Hervé BOUTEMY wrote: Yes, that's it! I installed surefire-2.3.1-SNAPSHOT, which I hadn't done previously, and now I'm having the build failure.

Re: Maven plugin metadata

2007-08-26 Thread Jason van Zyl
You can probably save yourself some time and use John Casey's. He probably has a newer variant, plus he's got a plugin to pin down the snapshot versions so he's probably got most things you need. He'll probably respond when he gets back from the weekend. On 26 Aug 07, at 4:13 PM 26 Aug 07,

Maven plugin metadata

2007-08-26 Thread Ian Berry
Hi, I am developing a buildinfo plugin, listing all dependencies and plugins used during a build. For snapshot dependencies, and snapshot plugins, I would like to get the build timestamp and build number to include in the output. I have successfully gained this metadata information for

Re: NullPointerException at org.apache.maven.plugin.descriptor.PluginDescriptor.getMojo(PluginDes

2007-08-26 Thread garstud
Hi, I had the same problem and it was happening because there was no class file in the jar ! I found that the "mvn install" command on my plugin does not compile any file : [INFO] [compiler:compile] [INFO] No sources to compile After research, i found that my directories were not correct ! So p

Re: [continuum] BUILD FAILURE: Maven Project Info Reports Plugin

2007-08-26 Thread Hervé BOUTEMY
Yes, that's it! I installed surefire-2.3.1-SNAPSHOT, which I hadn't done previously, and now I'm having the build failure. Thanks for your help, Dennis. Hervé Le dimanche 26 août 2007, Dennis Lundberg a écrit : > I think I solved this, at least it works locally for me now. It seems to > be the

Re: [continuum] BUILD FAILURE: Maven Project Info Reports Plugin

2007-08-26 Thread Dennis Lundberg
I think I solved this, at least it works locally for me now. It seems to be the same kind of problem that we ran into in doxia. Leaving the surefire-plugin version unspecified made it pick up version 2.3.1-SNAPSHOT which seems to have problems with the latest plexus container. Could someone p

Re: [continuum] BUILD FAILURE: Maven Project Info Reports Plugin

2007-08-26 Thread Dennis Lundberg
I get the same failures on Windows XP with Maven 2.0.6/2.0.7 and Sun JDK 1.4.2_13/1.5.0_11. Hervé BOUTEMY wrote: I looked at this build failure and found misc problem when investigating: 1. I can't reproduce the problem on my machine: same Maven version, same JDK version, no SNAPSHOT dependenc

Re: [continuum] BUILD FAILURE: Maven Project Info Reports Plugin

2007-08-26 Thread Hervé BOUTEMY
I looked at this build failure and found misc problem when investigating: 1. I can't reproduce the problem on my machine: same Maven version, same JDK version, no SNAPSHOT dependency, but I get no surefire failure Do I miss something in my configuration? Does somebody reproduce the problem on hi