Dan,
This will be a bit different depending on the version of Nexus Repository Manager you are asking about. 2.x or 3.x?
In general though:
There is no list of privileges apart from the list you can see in the UI. That encompasses all of them. Privileges generally have a CRUD and view setup.
Browsing a Maven repo in the browser:
In 2.x you can just do inside the UI as well as outside. In 3.x only inside the UI and it works a bit differently in terms of tree/folder hierarchy. There is no "folder" browsing in 3.x anywhere.
Finally.. the default config in 2.x as well as 3.x allows anynomuous users to see the artifacts (they are called assets in 3.x). All of this availble in the browse menu section.
Please refer to our docs for futher pointers or send specific questions here.
http://books.sonatype.com/nexus-book/
Manfred
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users...@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/f5c7836a-a64b-4249-8c15-a6c50a318d64%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
There is no "folder" browsing in 3.x anywhere
Hey Manfred,
I assume there was a good implementation reason forThere is no "folder" browsing in 3.x anywhere
But I had code that relied on this.
Specifically, I would navigate the folders with simple http GET requests to determine if a given repository (or group) contained an artifact, and if so, which versions. Now, I am unable to do so. Is there another path to get this information? How does maven itself (mvn) obtain artifacts?
I tried using curl to download one of the urls printed out during an mvn package execution, but it failed with a 404. I am really confused because i thought maven (mvn) just issued http GET requests. Any clues to help sort me out?
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/477c84c1-33c9-444c-8113-5b5a3b1908df%40glists.sonatype.com.
Hey Manfred,
I assume there was a good implementation reason forThere is no "folder" browsing in 3.x anywhere
But I had code that relied on this.
Specifically, I would navigate the folders with simple http GET requests to determine if a given repository (or group) contained an artifact, and if so, which versions. Now, I am unable to do so. Is there another path to get this information? How does maven itself (mvn) obtain artifacts?
I tried using curl to download one of the urls printed out during an mvn package execution, but it failed with a 404. I am really confused because i thought maven (mvn) just issued http GET requests. Any clues to help sort me out?
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/477c84c1-33c9-444c-8113-5b5a3b1908df%40glists.sonatype.com.