Bug 889148 - maven-shared: Migrate from maven-doxia to doxia subpackages
Summary: maven-shared: Migrate from maven-doxia to doxia subpackages
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: maven-shared
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michal Srb
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 909869
TreeView+ depends on / blocked
 
Reported: 2012-12-20 10:40 UTC by Mikolaj Izdebski
Modified: 2013-02-11 11:01 UTC (History)
7 users (show)

Fixed In Version: 15-29
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-07 11:47:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
spec file patch (1.92 KB, patch)
2012-12-20 15:22 UTC, Michal Srb
no flags Details | Diff
spec file patch (1.95 KB, patch)
2013-01-02 12:23 UTC, Michal Srb
no flags Details | Diff

Description Mikolaj Izdebski 2012-12-20 10:40:54 UTC
maven-doxia was split into multiple subpackages. Your package currently requires or build-requires maven-doxia. Please fix your requires or build requires of your package maven-shared so that it requires proper subpackages of doxia.

Comment 1 Michal Srb 2012-12-20 15:22:00 UTC
Created attachment 666719 [details]
spec file patch

Comment 2 Mikolaj Izdebski 2012-12-21 10:26:07 UTC
There seem to be more doxia artifacts used:

$ grep "<artifactId>doxia" `find -name pom.xml`
./maven-shared-components-15/maven-reporting-api/pom.xml:      <artifactId>doxia-sink-api</artifactId>
./maven-shared-components-15/maven-doxia-tools/pom.xml:      <artifactId>doxia-logging-api</artifactId>
./maven-shared-components-15/maven-doxia-tools/pom.xml:      <artifactId>doxia-decoration-model</artifactId>
./maven-shared-components-15/maven-reporting-impl/pom.xml:      <artifactId>doxia-sink-api</artifactId>
./maven-shared-components-15/maven-reporting-impl/pom.xml:      <artifactId>doxia-site-renderer</artifactId>

Comment 3 Michal Srb 2013-01-02 12:23:04 UTC
Created attachment 671428 [details]
spec file patch

doxia-site-renderer is provided by maven-doxia-sitetools. I have added it as a dependency of the maven-reporting-impl subpackage.
maven-doxia-tools module is disabled. Am I missing something else?

Comment 4 Mikolaj Izdebski 2013-01-04 15:49:41 UTC
I have applied the patch.

(In reply to comment #3)
> doxia-site-renderer is provided by maven-doxia-sitetools. I have added it as
> a dependency of the maven-reporting-impl subpackage.
> maven-doxia-tools module is disabled. Am I missing something else?

No, it was my mistake. I missed the fact that maven-doxia-tools module is disabled.

Comment 5 Mikolaj Izdebski 2013-01-07 11:47:49 UTC
Fixed in rawhide in maven-shared-15-29


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