Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-1853

Remote server declared in pom.xml is ignored in business central project

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 6.2.0
    • 6.0.3
    • Business Central
    • None

      Description of problem:

      If we declared a remote repository in pom.xml of your BPM Suite project, it will not look for artifacts on the remote server. Here's an example of a repository declared in pom.xml:

      <project ...>
      <repositories>
      <repository>
      <id>my.repo</id>
      <url>https://my-nexus/content/repositories/public/</url>
      </repository>
      </repositories>
      </project>

      Version-Release number of selected component (if applicable):

      6.0.3

      How reproducible:

      Always.

      Steps to Reproduce:
      1. Create a project in BPM Suite
      2. Declare an artifact as a dependency which is in a nexus or any other remote repository
      3. Declare the repository in pom.xml as showed above

      Actual results:

      The artifact is not downloaded from the remote repository and it is not possible to build the project

      Expected results:

      The artifact should be downloaded to the local maven and the project should be built.

      Additional info:

      it seems that it ignores the repository declared in pom.xml, but it works when we declare it in settings.xml

              manstis@redhat.com Michael Anstis
              rhn-support-wsiqueir William Siqueira
              Jozef Marko Jozef Marko (Inactive)
              Jozef Marko Jozef Marko (Inactive)
              Jozef Marko (Inactive), Kris Verlaenen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: