documentation with new ui screenshots

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1383127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-10 22:14:27 +00:00
parent 5027300076
commit 512509f137
7 changed files with 8 additions and 2 deletions

View File

@ -41,6 +41,8 @@ Browsing
artifactId and version. When the version is clicked, the Artifact Info page (see the next section) will be
displayed. There is currently an issue with regard to Maven 1 artifacts, see {{{http://jira.codehaus.org/browse/MRM-585} http://jira.codehaus.org/browse/MRM-585}}.
[../images/browsing.png]
* Artifact Info
Items in the repositories are hyperlinked allowing you easy access to view more information. By clicking on the Group ID or Artifact ID you will be taken to the repository browser. The Artifact Info page is divided into six views:
@ -49,9 +51,13 @@ Browsing
packaging. A dependency pom snippet is also available, which a user can just copy and paste in a pom file
to declare the artifact as a dependency of the project.
[../images/artifact-info.png]
2. Dependencies. The dependencies of the artifact will be listed here. The user can easily navigate to a specific
dependency by clicking on the groupId, artifactId, or version link. The scope of the dependency is also shown.
[../images/dependencies.png]
3. Dependency Tree. The dependencies of the artifact are displayed in a tree-like view, which can also be
navigated.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -301,8 +301,8 @@ artifact.metadata.added=Metadata Property added.
artifact.metadata.deleted=Metadata Property deleted.
browse.artifact.metadatas.add=Add Property
browse.artifact.metadatas.delete=Delete Property
browse.artifact.metadatas.key=Key
browse.artifact.metadatas.value=Value
browse.artifact.metadatas.key=Property Name
browse.artifact.metadatas.value=Property Value
browse.artifact.metadatas.save=Save
artifact.metadata.key.mandatory=Key is mandatory
artifact.metadata.value.mandatory=Value is mandatory