Bug 1084074 - properties are not interpolated in generated auto-requires
Summary: properties are not interpolated in generated auto-requires
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xmvn
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-03 14:38 UTC by Pete MacKinnon
Modified: 2014-06-02 06:50 UTC (History)
4 users (show)

Fixed In Version: 2.0.0-4
Clone Of:
Environment:
Last Closed: 2014-06-02 06:50:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
generated depmap file (3.04 KB, text/plain)
2014-04-03 14:38 UTC, Pete MacKinnon
no flags Details
module pom (3.77 KB, text/plain)
2014-04-03 14:41 UTC, Pete MacKinnon
no flags Details

Description Pete MacKinnon 2014-04-03 14:38:45 UTC
Created attachment 882326 [details]
generated depmap file

A POM dependency like this:

    <dependency>
      <groupId>org.apache.sqoop.execution</groupId>
      <artifactId>sqoop-execution-mapreduce</artifactId>
      <classifier>hadoop${hadoop.profile}</classifier>
    </dependency>

leads to unexpanded properties in the depmap file:

  <autoRequires>
    <namespace>UNKNOWN</namespace>
    <groupId>org.apache.sqoop.execution</groupId>
    <artifactId>sqoop-execution-mapreduce</artifactId>
    <classifier>hadoop${hadoop.profile}</classifier>
    <version>UNKNOWN</version>
  </autoRequires>

Possibly related to the project's use of maven-jar-plugin with classifier configuration, and bug 1078967.

Comment 1 Pete MacKinnon 2014-04-03 14:41:18 UTC
Created attachment 882328 [details]
module pom

Comment 2 Fedora Admin XMLRPC Client 2014-04-24 12:47:38 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Mikolaj Izdebski 2014-05-05 06:27:24 UTC
Fixed and verified upstream.

Comment 4 Mikolaj Izdebski 2014-06-02 06:49:28 UTC
Fixed in xmvn-2.0.0-4

Comment 5 Mikolaj Izdebski 2014-06-02 06:50:20 UTC
I believe that this bug is fixed in xmvn-2.0.0-4,
which is available in Fedora Rawhide, so I am closing this bug now.

The build containing the fix can be found at Koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=520608


Note You need to log in before you can comment on or make changes to this bug.