[
https://issues.apache.org/jira/browse/CAMEL-12347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16493151#comment-16493151
]
Claus Ibsen commented on CAMEL-12347:
-------------------------------------
itest is using some trick to use a local built JAR file
<!-- required for validator tests -->
<repository>
<id>camel-validator-test-repo</id>
<name>This project repository contains
camel-validator-test-resources-1.0.0.jar</name>
<url>file://${basedir}/lib</url>
</repository>
</repositories>
> Reduce the usage of 3rd party maven repos
> -----------------------------------------
>
> Key: CAMEL-12347
> URL: https://issues.apache.org/jira/browse/CAMEL-12347
> Project: Camel
> Issue Type: Task
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 2.22.0
>
>
> Some components are downloading JARs that seems to be only on 3rd party repos
> - We should try to rely only on maven central whenever possible
> Sometimes it may be test scoped and we can switch to something else etc.
> I have been told these components may do that:
> * camel-Jira
> * camel-nagios
> * camel-solr
> * itest
> * camel-restlet
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)