-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.2.1
-
Fix Version/s: jboss-fuse-6.2-patches, jboss-fuse-6.3
-
Component/s: Fabric8 v1
-
Labels:None
-
Steps to Reproduce:
-
Sprint:Sprint 5 - towards ER2
Fabric8 Maven Plugin with Multi-module Maven projects only append last module to the bundle list of the created profile on Jboss Fuse 6.2.1. It works fine on Fuse 6.1.
Attached is the reproducer. Below is the profile created on Fuse 6.2.1 and Fuse 6.1
#CreatedProfile on Fuse 6.2.1 *****Module1 bundle is missing from the bundles list.****
JBossFuse:karaf@root> profile-display testprofile |
Profile id: testprofile
|
Version : 1.0 |
Attributes:
|
abstract: false |
parents: feature-camel
|
Containers:
|
|
|
Container settings
|
----------------------------
|
Bundles :
|
mvn:com.test/Module2/0.0.1-SNAPSHOT |
|
|
Agent Properties :
|
lastRefresh.testprofile = 1462267444818 |
|
|
|
|
Configuration details
|
----------------------------
|
PID: io.fabric8.web.contextPath
|
com.test/Module1 Module1
|
com.test/Module2 Module2
|
null/null Fuse-Profile |
|
|
|
|
|
|
Other resources
|
----------------------------
|
#Created Profile on Fuse 6.1.
JBossFuse:karaf@root> profile-display testprofile |
Profile id: testprofile
|
Version : 1.0 |
Attributes:
|
parents: feature-camel feature-camel feature-camel
|
Containers:
|
|
|
Container settings
|
----------------------------
|
Bundles :
|
mvn:com.test/Module2/0.0.1-SNAPSHOT |
mvn:com.test/Module1/0.0.1-SNAPSHOT |
|
|
Agent Properties :
|
lastRefresh.testprofile = 1462200282418 |
|
|
|
|
Configuration details
|
----------------------------
|
|
|
Other resources
|
----------------------------
|
Resource: modules/com.test/Module1-requirements.json
|
Resource: modules/com.test/Module2-requirements.json
|
Resource: modules/requirements.json
|
|
- causes
-
ENTESB-6223 Fabric8 Maven Plugin appends and does not replace SNAPSHOT versions
-
- Closed
-
-
ENTESB-8039 fabric8:deploy don't update or replace the featureRepo & fabric8.bundles
-
- Closed
-