[
http://jira.codehaus.org/browse/MRM-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=143123#action_143123
]
Maria Odea Ching commented on MRM-817:
--------------------------------------
Applied some parts of the patch in trunk -r679767.
>From the patch, I only applied the changes from the following files as only
>these are necessary for the fix:
-
archiva-modules/archiva-database/src/main/java/org/apache/maven/archiva/database/browsing/DefaultRepositoryBrowsing.java
-
archiva-modules/archiva-database/src/main/java/org/apache/maven/archiva/database/browsing/RepositoryBrowsing.java
-
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/BrowseAction.java
-
archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/ShowArtifactAction.java
-
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf
And in the patch for ShowArtifactAction, I changed the following line from
setRepositoryId(repoBrowsing.getRepositoryId( getPrincipal(),
getObservableRepos(), groupId, artifactId, version ));
to
this.repositoryId = repoBrowsing.getRepositoryId( getPrincipal(),
getObservableRepos(), groupId, artifactId, version );
> Artifact information screen should indicate the name of repository in which
> the artifact resides
> ------------------------------------------------------------------------------------------------
>
> Key: MRM-817
> URL: http://jira.codehaus.org/browse/MRM-817
> Project: Archiva
> Issue Type: Improvement
> Reporter: Allan G. Ramirez
> Priority: Minor
> Fix For: 1.1.1
>
> Attachments: MRM-817.patch
>
>
> Click Browse and click any artifact. It would be nice if the repository
> location of the artifact is also displayed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira