My configuration has the line
<version>${project.version}</version>

which is why the timestamp gets attached (as explained in the doco). So I
was thinking of putting something like
<version>${project.version}.install</version> or something like that.

Is this that what people normally do ? i.e hack the version property so that
it does not end with a SNAPSHOT (to prevent timestamp)?

On 8 February 2010 13:01, Kannan Ekanath <kannan.ekan...@gmail.com> 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 to
> get rid of the timestamp component from the final RPM filename and would
> just expect {component-name}-1.1-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
>



-- 
Regards,
Kannan Ekanath

Reply via email to