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

Can't resolve any of the quickstarts in build #125

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • jboss-fuse-6.3
    • None
    • None
    • None
    • % %
    • Sprint 5 - towards ER2

    Description

      In build #125 we use

      org.ops4j.pax.url.mvn.localRepository = ${karaf.data}/repository
      

      instead of relying on ~/.m2/repository. As a result, none of the quickstart readmes work OOTB. You need to either build them all something like:

      mvn clean install -Dmaven.repo.local=/home/janstey/kits/jboss-fuse-6.3.0.redhat-125/data/repository
      

      which takes like 6.5mins because data/repository is empty initially.... or by adding the ~/.m2/repository repo to defaultRepositories:

      org.ops4j.pax.url.mvn.defaultRepositories=\
          file:${runtime.home}/${karaf.default.repository}@snapshots@id=karaf.${karaf.default.repository},\
          file:${runtime.home}/local-repo@snapshots@id=karaf.local-repo,\
          file:${karaf.base}/${karaf.default.repository}@snapshots@id=child.karaf.${karaf.default.repository},\
          file:${user.home}/.m2/repository@snapshots@id=user.home
      

      Attachments

        Issue Links

          Activity

            People

              ggrzybek Grzegorz Grzybek
              janstey@redhat.com Jonathan Anstey
              Jan Kasztura Jan Kasztura (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: