Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-30649

Add missing repositories to cold storage pom.xml definition

    XMLWordPrintable

    Details

      Description

      Currently, when we checkout the cold storage repo, it is not possible to build the project unless we have the `maven-internal` repository defined in our local maven `settings.xml` configuration. To be consistent with Web UI, we should add the missing configuration to the `pom.xml` file.

          <repository>
            <id>maven-internal</id>
            <url>https://packages.nuxeo.com/repository/maven-internal/</url>
            <releases>
              <enabled>true</enabled>
            </releases>
            <snapshots>
              <updatePolicy>always</updatePolicy>
              <enabled>true</enabled>
            </snapshots>
          </repository>
      

      We need to confirm if we should also add the `public-snapshot` repository.

          <repository>
            <id>public-snapshot</id>
            <url>http://maven.nuxeo.org/nexus/content/groups/public-snapshot</url>
            <releases>
              <enabled>false</enabled>
            </releases>
            <snapshots>
              <updatePolicy>always</updatePolicy>
              <enabled>true</enabled>
            </snapshots>
          </repository>
      

       

       

        Attachments

          Activity

            People

            • Assignee:
              rdias Ricardo Dias
              Reporter:
              rdias Ricardo Dias
              Participants:
              Reviewers:
              Gabriel Barata, Miguel Nixo, Samuel Fialho
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 10 minutes
                10m