[
https://issues.apache.org/jira/browse/ARTEMIS-2920?focusedWorklogId=491973&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491973
]
ASF GitHub Bot logged work on ARTEMIS-2920:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Sep/20 13:20
Start Date: 28/Sep/20 13:20
Worklog Time Spent: 10m
Work Description: brusdev commented on a change in pull request #3280:
URL: https://github.com/apache/activemq-artemis/pull/3280#discussion_r495933021
##########
File path: artemis-features/pom.xml
##########
@@ -30,6 +30,20 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>org.apache.karaf.features</groupId>
+ <artifactId>framework</artifactId>
+ <version>${karaf.version}</version>
+ <type>xml</type>
+ <classifier>features</classifier>
Review comment:
@gemmellr the exception is only due to the verify goal failure of
karaf-maven-plugin. It can't download the required features XML to verify and
validate artemis features. I'm not an expert of karaf but reading [karaf maven
dependencies](https://svn.apache.org/repos/asf/karaf/site/production/manual/latest/custom-distribution.html#_maven_dependencies)
I think the compile scope should be fine.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 491973)
Time Spent: 0.5h (was: 20m)
> ActiveMQ Artemis Features build fails using IBM JDK 1.8
> -------------------------------------------------------
>
> Key: ARTEMIS-2920
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2920
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Domenico Francesco Bruscino
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> ActiveMQ Artemis Features build fails with the following error using IBM JDK
> 1.8:
> {code:java}
> [ERROR] Failed to execute goal
> org.apache.karaf.tooling:karaf-maven-plugin:4.2.8:verify (verify) on project
> artemis-features: Unable to load features descriptors: Error:
> [ERROR] Error downloading
> mvn:org.apache.karaf.features/enterprise/4.2.8/xml/features
> [ERROR] Error downloading
> mvn:org.apache.karaf.features/framework/4.2.8/xml/features
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)