mirror of https://github.com/apache/archiva.git
[MRM-287] Include context when browsing artifacts
Submitted by: Henry S. Isidro git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@510447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d2c0dadaf
commit
ee25ad66f2
|
@ -43,7 +43,7 @@ public class GroupIdLink
|
|||
|
||||
private static final String NAMESPACE = "/";
|
||||
|
||||
private static final boolean includeContext = false;
|
||||
private static final boolean includeContext = true;
|
||||
|
||||
private static final boolean encode = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue