Bug 1121179 - Add Support for Distribution Management in Parent Pom's
Summary: Add Support for Distribution Management in Parent Pom's
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ER4
: 6.1.0
Assignee: manstis
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-18 14:55 UTC by Justin Holmes
Modified: 2020-03-27 18:32 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:32:59 UTC
Type: Feature Request
Embargoed:


Attachments (Terms of Use)

Description Justin Holmes 2014-07-18 14:55:21 UTC
Description of problem:

From Mike Antis in email:
I had a look at the code that handled deployment to 
<distributionManagement> remote repositories.

At the moment it only parses the immediate <distributionManagement> 
section in the KJARs pom.xml (i.e. it does not scan parents upwards).


From Justin Holmes:
Many Customers manage distribution management as a central parent pom that each project inherits. We need to add support for this configuration. 


Version-Release number of selected component (if applicable):



How reproducible:
Always


Steps to Reproduce:
1. Add <distributionManagement> to a parent pom
2. Create a KIE-WB project with parent from step 1. Do not add <distributionManagement> to the KIE-WB project
3. Build and deploy

Actual results:
No artifacts are deployed to <distributionManagement> repositories

Expected results:
Artifacts should be deployed to <distributionManagement> repositories

Additional info:

Comment 4 Jiri Locker 2015-02-11 15:12:32 UTC
Verified with 'file://<local-file-system-path>' repository URL. The child project deployed to repository defined in parent's <distributionManagement> after clicking Build&Deploy.


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