Re: buildnumber-maven-plugin question regarding useLastCommittedRevision parameter

2012-09-19 Thread Laird Nelson
On Wed, Sep 19, 2012 at 11:30 AM, Laird Nelson wrote: > There is a parameter in buildnumber-maven-plugin that is named > useLastCommittedRevision ( > http://mojo.codehaus.org/buildnumber-maven-plugin/create-mojo.html#useLastCommittedRevision). > Its default is false. Why on earth would this be

buildnumber-maven-plugin question regarding useLastCommittedRevision parameter

2012-09-19 Thread Laird Nelson
I really hope this is an intelligent question. :-) It really does concern the buildnumber-maven-plugin if you have the patience to get through this message. Thanks in advance. I have a Subversion repository and a multi-module Maven project underneath it. When I do svn info from the root, let's

Re: buildnumber-maven-plugin question

2009-06-25 Thread Wendy Smoak
On Thu, Jun 25, 2009 at 8:14 AM, David Hoffer wrote: > I think this is because our build agents do an export instead of a checkout > because its much faster.  How can I get this plugin to work with export? I think the buld number plugin works off the result of 'svn info' and as the error points o

Re: buildnumber-maven-plugin question

2009-06-25 Thread David Hoffer
Yeah, sorry I meant to re-post. We did switch to checkout for release plugin for this very reason...we did the same for this plugin and it works great. -Dave On Thu, Jun 25, 2009 at 1:47 PM, Olivier Lamy wrote: > Afaik svn export doesn't store any svn metadata.So IMHO no way to get the > rev n

Re: buildnumber-maven-plugin question

2009-06-25 Thread Olivier Lamy
Afaik svn export doesn't store any svn metadata.So IMHO no way to get the rev number. -- Olivier 2009/6/25 David Hoffer > I'm trying to use buildnumber-maven-plugin to get the SVN revision so I can > put it in the manifest. However I get the following error when this is run > on our build agen

buildnumber-maven-plugin question

2009-06-25 Thread David Hoffer
I'm trying to use buildnumber-maven-plugin to get the SVN revision so I can put it in the manifest. However I get the following error when this is run on our build agents (TeamCity) *09:07:00]:* *[INFO] Cannot get the revision information from the scm repository : * *[09:07:00]:* *Exception while

Re: maven plugin question

2008-04-01 Thread Stanley Lee
Put it in src/main/resources On Fri, Mar 28, 2008 at 11:51 AM, Guillaume Boucherie < [EMAIL PROTECTED]> wrote: > Hi all, > > I want to make a maven2 plugin for selenium-grid. > This selenium tools try to read a file named "grid_configuration.yml" at > the > root of the classpath with ClassLoader.

maven plugin question

2008-03-28 Thread Guillaume Boucherie
Hi all, I want to make a maven2 plugin for selenium-grid. This selenium tools try to read a file named "grid_configuration.yml" at the root of the classpath with ClassLoader.getResources(). In my plugin I create a "grid_configuration.yml" file but how can I had it to the classpath ? Thanks Guilla

RE: maven plugin question

2008-03-26 Thread MATHUS Baptiste
n maven to achieve that. Please note I'm not a maven developer and I might be totally wrong. My 2 cents. Cheers. > -Message d'origine- > De : Guillaume Boucherie [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 26 mars 2008 13:41 > À : Maven Users List > Objet : maven pl

Re: maven plugin question

2008-03-26 Thread Stuart McCulloch
On 26/03/2008, Guillaume Boucherie <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm trying to make a custom plugin and I have a question about maven API. > In my plugin I want to have two goal. First will run some thing via ssh > and > second must stop them. > Is there a way in maven API to store (sh

maven plugin question

2008-03-26 Thread Guillaume Boucherie
Hi all, I'm trying to make a custom plugin and I have a question about maven API. In my plugin I want to have two goal. First will run some thing via ssh and second must stop them. Is there a way in maven API to store (share, cache ?) custom object between two different goals ? Thanks Guillaume B

Re: jasperreports-maven-plugin question

2007-09-20 Thread Alexandre Gomes
Forget about it. That's my fault. It was not compiling the *.jrxml files becauce they were already compiled sometime else. thanks anyway On 9/20/07, Alexandre Gomes <[EMAIL PROTECTED]> wrote: > I found it only happens when sourceDirectory option is specified. The > jasperreports-maven-plugin doe

Re: jasperreports-maven-plugin question

2007-09-20 Thread Alexandre Gomes
I found it only happens when sourceDirectory option is specified. The jasperreports-maven-plugin doesn't compile .jrxml files even if the path specified in sourceDirectory option is the same as the default value [1]. Any jasperreports-maven-plugin developer out there? [1] src/main/jasperreports

jasperreports-maven-plugin question

2007-09-20 Thread Alexandre Gomes
What's the criteria used by jasperreports-maven-plugin to conclude that all reports are up to date and don't need to be recompiled [1]? How can I force it to compile all the reports? [1] [INFO] [jasperreports:compile-reports {execution: default}] [INFO] Nothing to compile - all Jasper reports are

Re: Another axistools-maven-plugin question

2007-06-05 Thread DavidWilliams
David "Wayne Fay" <[EMAIL PROTECTED]> 06/05/2007 03:17 PM Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: Another axistools-maven-plugin question The error could certainly be better, but I think it is reasonably clear: inputFil

Re: Another axistools-maven-plugin question

2007-06-05 Thread DavidWilliams
TECTED]> 06/05/2007 03:17 PM Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: Another axistools-maven-plugin question The error could certainly be better, but I think it is reasonably clear: inputFiles wants an ArrayList, and you're g

Re: Another axistools-maven-plugin question

2007-06-05 Thread Wayne Fay
The error could certainly be better, but I think it is reasonably clear: inputFiles wants an ArrayList, and you're giving it a String. Try this if you've only got one item: ${deploy.wsdd} Wayne On 6/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Everyone, I have one more question. I g

Another axistools-maven-plugin question

2007-06-05 Thread DavidWilliams
Hi Everyone, I have one more question. I get the following error with the axistools-maven-plugin admin goal. Cause: Cannot assign configuration entry 'inputFiles' to 'class java.util.ArrayList' from 'deploy.wsdd', which is of type class java.lang.String Does anyone know why I'm getting this

Re: axistools-maven-plugin question

2007-05-07 Thread Wayne Fay
L PROTECTED]> 05/07/2007 10:24 AM Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: axistools-maven-plugin question Yes, see the POM Reference: http://maven.apache.org/pom.html#Plugins Wayne On 5/7/07, [EMAIL PROTECTED] <[EMAIL PROT

Re: axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
5/07/2007 10:24 AM Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: axistools-maven-plugin question Yes, see the POM Reference: http://maven.apache.org/pom.html#Plugins Wayne On 5/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >

Re: axistools-maven-plugin question

2007-05-07 Thread Wayne Fay
Yes, see the POM Reference: http://maven.apache.org/pom.html#Plugins Wayne On 5/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Wayne, Are you saying that I can pass a tag under the plugin in the pom? Thanks, David Williams Software Configuration Engineer 205-271-6159 -

Re: axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
Wayne, Are you saying that I can pass a tag under the plugin in the pom? Thanks, David Williams Software Configuration Engineer 205-271-6159

Re: axistools-maven-plugin question

2007-05-07 Thread Wayne Fay
There is a node inside the node you can use to specify this. Wayne On 5/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Everyone, Can you add a jar to the axistools-maven-plugin's classpath? I need to run the java2wsdl command and I have a dependency on one of my app's jar in a separa

axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
Hi Everyone, Can you add a jar to the axistools-maven-plugin's classpath? I need to run the java2wsdl command and I have a dependency on one of my app's jar in a separate maven project. The plugin is telling me that it can't find the class. When I look at mvn -X logs, it shows the axistools

dependency-maven-plugin question

2006-09-14 Thread Marc Chételat ML
Hi all, I m currently migrating from Ant 1.6.5 to Maven 2.0.4 a project with multiple modules as follow : (pom.xml with each subdirectory as ) | |--- applet |--- sharedlib |--- ejbmodule-jar |--- webapp1-war |--- webapp2-war |--- finalpackage-ear |... With the help of Geoffrey (thanks [EMAIL