[jira] [Updated] (KARAF-4738) since karaf-maven-plugin version 3.0.3 and later the goal of install-kars takes too long time

2017-12-13 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-4738:

Fix Version/s: (was: 4.2.0)
   (was: 4.1.4)
   (was: 4.0.11)
   (was: 3.0.9)

> since karaf-maven-plugin version 3.0.3 and later the goal of  install-kars 
> takes too long time 
> ---
>
> Key: KARAF-4738
> URL: https://issues.apache.org/jira/browse/KARAF-4738
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Affects Versions: 3.0.3
> Environment: Opendaylight karaf
>Reporter: wu sandi
>Assignee: Jean-Baptiste Onofré
>
> In the pom.xml to build opendaylight distribution using karaf-maven-plugin 
> 3.0.3, I add my own features into the bootFeatures element. When I fire the 
> command "mvn clean install", it starts to build. During the "install kars" 
> resolving features, it takes too long time, about 13 minutes,  to Install 
> bundles. It looks like some bundles and features are installed repeatedly. 
> The building doses't fail but success finally. If I rollabck the 
> karaf-maven-plugin version to 3.0.1,  the "install kars"  goal only takes 3 
> minutes or less. Then the question is what is the difference between 3.0.3 
> and 3.0.3 and how to solve this problem?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-4738) since karaf-maven-plugin version 3.0.3 and later the goal of install-kars takes too long time

2017-10-26 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet updated KARAF-4738:
---
Fix Version/s: (was: 4.2.0.M1)

> since karaf-maven-plugin version 3.0.3 and later the goal of  install-kars 
> takes too long time 
> ---
>
> Key: KARAF-4738
> URL: https://issues.apache.org/jira/browse/KARAF-4738
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Affects Versions: 3.0.3
> Environment: Opendaylight karaf
>Reporter: wu sandi
>Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.9, 4.0.11, 4.1.4, 4.2.0
>
>
> In the pom.xml to build opendaylight distribution using karaf-maven-plugin 
> 3.0.3, I add my own features into the bootFeatures element. When I fire the 
> command "mvn clean install", it starts to build. During the "install kars" 
> resolving features, it takes too long time, about 13 minutes,  to Install 
> bundles. It looks like some bundles and features are installed repeatedly. 
> The building doses't fail but success finally. If I rollabck the 
> karaf-maven-plugin version to 3.0.1,  the "install kars"  goal only takes 3 
> minutes or less. Then the question is what is the difference between 3.0.3 
> and 3.0.3 and how to solve this problem?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-4738) since karaf-maven-plugin version 3.0.3 and later the goal of install-kars takes too long time

2017-10-26 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet updated KARAF-4738:
---
Fix Version/s: 4.2.0

> since karaf-maven-plugin version 3.0.3 and later the goal of  install-kars 
> takes too long time 
> ---
>
> Key: KARAF-4738
> URL: https://issues.apache.org/jira/browse/KARAF-4738
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Affects Versions: 3.0.3
> Environment: Opendaylight karaf
>Reporter: wu sandi
>Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.9, 4.0.11, 4.1.4, 4.2.0.M1, 4.2.0
>
>
> In the pom.xml to build opendaylight distribution using karaf-maven-plugin 
> 3.0.3, I add my own features into the bootFeatures element. When I fire the 
> command "mvn clean install", it starts to build. During the "install kars" 
> resolving features, it takes too long time, about 13 minutes,  to Install 
> bundles. It looks like some bundles and features are installed repeatedly. 
> The building doses't fail but success finally. If I rollabck the 
> karaf-maven-plugin version to 3.0.1,  the "install kars"  goal only takes 3 
> minutes or less. Then the question is what is the difference between 3.0.3 
> and 3.0.3 and how to solve this problem?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-4738) since karaf-maven-plugin version 3.0.3 and later the goal of install-kars takes too long time

2017-10-10 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-4738:

Fix Version/s: (was: 4.1.3)
   4.1.4

> since karaf-maven-plugin version 3.0.3 and later the goal of  install-kars 
> takes too long time 
> ---
>
> Key: KARAF-4738
> URL: https://issues.apache.org/jira/browse/KARAF-4738
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Affects Versions: 3.0.3
> Environment: Opendaylight karaf
>Reporter: wu sandi
>Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.9, 4.2.0, 4.0.11, 4.1.4
>
>
> In the pom.xml to build opendaylight distribution using karaf-maven-plugin 
> 3.0.3, I add my own features into the bootFeatures element. When I fire the 
> command "mvn clean install", it starts to build. During the "install kars" 
> resolving features, it takes too long time, about 13 minutes,  to Install 
> bundles. It looks like some bundles and features are installed repeatedly. 
> The building doses't fail but success finally. If I rollabck the 
> karaf-maven-plugin version to 3.0.1,  the "install kars"  goal only takes 3 
> minutes or less. Then the question is what is the difference between 3.0.3 
> and 3.0.3 and how to solve this problem?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-4738) since karaf-maven-plugin version 3.0.3 and later the goal of install-kars takes too long time

2017-10-03 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-4738:

Component/s: karaf-tooling

> since karaf-maven-plugin version 3.0.3 and later the goal of  install-kars 
> takes too long time 
> ---
>
> Key: KARAF-4738
> URL: https://issues.apache.org/jira/browse/KARAF-4738
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Affects Versions: 3.0.3
> Environment: Opendaylight karaf
>Reporter: wu sandi
>Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.9, 4.2.0, 4.1.3, 4.0.11
>
>
> In the pom.xml to build opendaylight distribution using karaf-maven-plugin 
> 3.0.3, I add my own features into the bootFeatures element. When I fire the 
> command "mvn clean install", it starts to build. During the "install kars" 
> resolving features, it takes too long time, about 13 minutes,  to Install 
> bundles. It looks like some bundles and features are installed repeatedly. 
> The building doses't fail but success finally. If I rollabck the 
> karaf-maven-plugin version to 3.0.1,  the "install kars"  goal only takes 3 
> minutes or less. Then the question is what is the difference between 3.0.3 
> and 3.0.3 and how to solve this problem?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-4738) since karaf-maven-plugin version 3.0.3 and later the goal of install-kars takes too long time

2017-10-03 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-4738:

Fix Version/s: 4.0.11
   4.1.3
   4.2.0
   3.0.9

> since karaf-maven-plugin version 3.0.3 and later the goal of  install-kars 
> takes too long time 
> ---
>
> Key: KARAF-4738
> URL: https://issues.apache.org/jira/browse/KARAF-4738
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Affects Versions: 3.0.3
> Environment: Opendaylight karaf
>Reporter: wu sandi
>Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.9, 4.2.0, 4.1.3, 4.0.11
>
>
> In the pom.xml to build opendaylight distribution using karaf-maven-plugin 
> 3.0.3, I add my own features into the bootFeatures element. When I fire the 
> command "mvn clean install", it starts to build. During the "install kars" 
> resolving features, it takes too long time, about 13 minutes,  to Install 
> bundles. It looks like some bundles and features are installed repeatedly. 
> The building doses't fail but success finally. If I rollabck the 
> karaf-maven-plugin version to 3.0.1,  the "install kars"  goal only takes 3 
> minutes or less. Then the question is what is the difference between 3.0.3 
> and 3.0.3 and how to solve this problem?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-4738) since karaf-maven-plugin version 3.0.3 and later the goal of install-kars takes too long time

2017-10-03 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-4738:

Affects Version/s: 3.0.3

> since karaf-maven-plugin version 3.0.3 and later the goal of  install-kars 
> takes too long time 
> ---
>
> Key: KARAF-4738
> URL: https://issues.apache.org/jira/browse/KARAF-4738
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Affects Versions: 3.0.3
> Environment: Opendaylight karaf
>Reporter: wu sandi
>Assignee: Jean-Baptiste Onofré
> Fix For: 3.0.9, 4.2.0, 4.1.3, 4.0.11
>
>
> In the pom.xml to build opendaylight distribution using karaf-maven-plugin 
> 3.0.3, I add my own features into the bootFeatures element. When I fire the 
> command "mvn clean install", it starts to build. During the "install kars" 
> resolving features, it takes too long time, about 13 minutes,  to Install 
> bundles. It looks like some bundles and features are installed repeatedly. 
> The building doses't fail but success finally. If I rollabck the 
> karaf-maven-plugin version to 3.0.1,  the "install kars"  goal only takes 3 
> minutes or less. Then the question is what is the difference between 3.0.3 
> and 3.0.3 and how to solve this problem?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)