Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-1182

Karaf features-maven-plugin always selects lowest version in range

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.5
    • 2.2.6
    • None
    • None

    Description

      For example, the following plugin config
      <plugin>
      <groupId>org.apache.karaf.tooling</groupId>
      <artifactId>features-maven-plugin</artifactId>
      <version>2.2.5</version>
      <executions>
      <execution>
      <id>add-features-to-repo</id>
      <phase>generate-resources</phase>
      <goals>
      <goal>add-features-to-repo</goal>
      </goals>
      <configuration>
      <descriptors>
      <descriptor>mvn:org.apache.camel.karaf/apache-camel/2.9.0/xml/features</descriptor>
      </descriptors>
      <features>
      <feature>camel-spring</feature>
      </features>
      <includeMvnBasedDescriptors>true</includeMvnBasedDescriptors>
      <repository>target/features-repo</repository>
      </configuration>
      </execution>
      </executions>
      </plugin>

      Will download org/springframework/spring-core/2.5.6.SEC02/spring-core-2.5.6.SEC02.jar rather than spring 3.0.6 that is preferred. The plugin from Karaf 2.2.4 doesn't have this issue.

      Attachments

        1. KARAF-1182.patch
          1 kB
          Jonathan Anstey

        Activity

          People

            pieber Andreas Pieber
            janstey Jonathan Anstey
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: