[
https://issues.apache.org/jira/browse/CAMEL-11390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-11390:
--------------------------------
Component/s: tooling
> camel maven plugin (2.19.0) downloading catalog when configuration disabled it
> ------------------------------------------------------------------------------
>
> Key: CAMEL-11390
> URL: https://issues.apache.org/jira/browse/CAMEL-11390
> Project: Camel
> Issue Type: Bug
> Components: tooling
> Reporter: Chandramouli Sagar M
> Assignee: Claus Ibsen
> Priority: Minor
> Labels: camel-maven-plugin
> Fix For: 2.19.1, 2.20.0
>
>
> While using below setup still camel catalog attempted to download:
> <plugin>
> <groupId>org.apache.camel</groupId>
> <artifactId>camel-maven-plugin</artifactId>
> <version>2.19.0</version>
> <executions>
> <execution>
> <phase>process-classes</phase>
> <goals>
> <goal>validate</goal>
> </goals>
> <configuration>
> <downloadVersion>false</downloadVersion>
> <download>false</download>
> <showAll>true</showAll>
> <logUnparseable>true</logUnparseable>
> <failOnError>true</failOnError>
> </configuration>
> </execution>
> </executions>
> </plugin>
> Log:
> 10:51:37 [WARNING] Cannot load version 2.19.0 due Error grabbing Grapes --
> [unresolved dependency: org.apache.camel#camel-catalog;2.19.0: not found]
> 10:51:37 [INFO] Using Camel version: 2.19.0
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)