Chandramouli Sagar M created CAMEL-11390:
--------------------------------------------
Summary: 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
Reporter: Chandramouli Sagar M
Priority: Minor
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)