Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-11390

camel maven plugin (2.19.0) downloading catalog when configuration disabled it

    XMLWordPrintableJSON

Details

    • 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

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            mcmoulis Chandramouli Sagar M
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: