[
http://jira.codehaus.org/browse/MRPM-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=199371#action_199371
]
Brett Okken edited comment on MRPM-53 at 11/25/09 7:05 AM:
-----------------------------------------------------------
That is the naming convention of maven.
RPM itself does not actually care what the file name is. All of the metadata
about architecture, os, etc. exists within the file.
For example you can run:
{noformat}
rpm --query --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm\\n"
--package <rpm file>
{noformat}
and it will output the name I think that you are expecting, regardless of the
name of the file.
was (Author: bokken):
That is the naming convention of maven.
RPM itself does not actually care what the file name is. All of the metadata
about architecture, os, etc. exists within the file.
For example you can run:
rpm --query --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm\\n"
--package <rpm file>
and it will output the name I think that you are expecting, regardless of the
name of the file.
> The name of the rpm file gets changed when deployed to a maven repository
> -------------------------------------------------------------------------
>
> Key: MRPM-53
> URL: http://jira.codehaus.org/browse/MRPM-53
> Project: Mojo RPM Plugin
> Issue Type: Improvement
> Components: rpm
> Affects Versions: 2.0-beta-4
> Environment: RedHat EL 5 and Nexus maven repository
> Reporter: Antonio D
> Assignee: Brett Okken
>
> For example the locally generated rpm file name is my_app-1.2.0-el5.i386.rpm
> which is proper but the file name on the maven repository after deploy will
> change to my_app-1.2.0.rpm
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email