Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-4867

camel-archetype-blueprint is not declaring scope test for testing artifacts

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • jboss-fuse-6.3
    • jboss-fuse-6.2.1
    • Fabric8 v1
    • None
    • % %
    • 6.3 Sprint 3 (Feb 29 - Mar 25)

      When using the archetype org.apache.camel.archetypes:camel-archetype-blueprint:2.15.1.redhat-621084 a testing artifact doesn't have the scope test:

      <dependency>
      <groupId>org.apache.camel</groupId>
      <artifactId>camel-test-blueprint</artifactId>
      <version>2.15.1.redhat-621084</version>
      </dependency>

      This should be

      <dependency>
      <groupId>org.apache.camel</groupId>
      <artifactId>camel-test-blueprint</artifactId>
      <version>2.15.1.redhat-621084</version>
      <scope>test</scope>
      </dependency>

            acosenti Andrea Cosentino
            rhn-gps-jcordes Jochen Cordes
            Roman Jakubco Roman Jakubco (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: