[mojo-user] Re: Maven RPM plugin - how to prevent version number from the rpm file name

2010-02-08 Thread Kannan Ekanath
does not end with a SNAPSHOT (to prevent timestamp)? On 8 February 2010 13:01, Kannan Ekanath wrote: > Hi, > Maven RPM plugin - Latest version. > > I am using the RPM maven plugin and I got a file of the form > {component-name}-1.1-SNAPSHOT20100201154033.noarch.rpm as output. I want

[mojo-user] Maven RPM plugin - how to prevent version number from the rpm file name

2010-02-08 Thread Kannan Ekanath
-SNAPSHOT.noarch.rpm. The only related thing I see is http://mojo.codehaus.org/rpm-maven-plugin/ident-params.html#version but not sure how to use it. (It even says you should not put a "-") Can someone help please? -- Regards, Kannan Ekanath

[mojo-user] Skipping a plugin execution based on a condition

2010-01-04 Thread Kannan Ekanath
. Is there a way of achieving this directly with the maven rpm plugin? Else what are the alternatives like? -- Regards, Kannan Ekanath

[mojo-user] Xml Maven plugin problem

2009-10-19 Thread Kannan Ekanath
src/main/resources/xsl/wsdl.xsl *.xml ${project.build.directory}/generated-resources/wsdl .wsdl -- Regards, Kannan Ekanath

Re: [mojo-user] Maven versions plugin does not work with project structure that does not reflect directory structure.

2009-02-19 Thread Kannan Ekanath
section when only some of > the > > modules are released. > > However the biggest problem is that this plugin expects that the parent > > child project structure also mirrors the directory structure in source > > control. This however will not be possible. So is there an

[mojo-user] Maven versions plugin does not work with project structure that does not reflect directory structure.

2009-02-18 Thread Kannan Ekanath
wever will not be possible. So is there an alternative ? Other than getting the source code and trying to fix this myself? -- Regards, Kannan Ekanath