Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: tooling
-
Labels:
-
Estimated Complexity:Unknown
Description
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