Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-191

DOC: missing reference to "maven repository" in the tutorial

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.1.1
    • 1.1.0
    • Documentation
    • Security Level: Public
    • None

    Description

      The following page of the tutorial : ( 2.1.1. Project Setup )

      http://www.couchbase.com/docs/couchbase-sdk-java-1.1/preps-project.html

      show some information of the POM file, we need to be sure we also include the repository in all the docs:

      we need to add this:
      <repositories>
      <repository>
      <id>couchbase</id>
      <name>Couchbase Maven Repository</name>
      <layout>default</layout>
      <url>http://files.couchbase.com/maven2/</url>
      <snapshots>
      <enabled>false</enabled>
      </snapshots>
      </repository>
      </repositories>

      This is what it done here:
      http://www.couchbase.com/docs/couchbase-sdk-java-1.1/downloading.html

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daschl Michael Nitschinger
            tgrall Tug Grall (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty