Details
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
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
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Michael Nitschinger
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.1.1 [ 10430 ] | |
| Resolution | Fixed [ 1 ] |