mirror of https://github.com/apache/archiva.git
configure default value for the path
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1470298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e0c2f0af78
commit
65f55af646
|
@ -27,7 +27,7 @@ import java.util.List;
|
||||||
* @author Olivier Lamy
|
* @author Olivier Lamy
|
||||||
* @since 1.4-M1
|
* @since 1.4-M1
|
||||||
*/
|
*/
|
||||||
@XmlRootElement( name = "repositoryGroup" )
|
@XmlRootElement(name = "repositoryGroup")
|
||||||
public class RepositoryGroup
|
public class RepositoryGroup
|
||||||
implements Serializable
|
implements Serializable
|
||||||
{
|
{
|
||||||
|
@ -41,6 +41,11 @@ public class RepositoryGroup
|
||||||
*/
|
*/
|
||||||
private List<String> repositories;
|
private List<String> repositories;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The path of the merged index.
|
||||||
|
*/
|
||||||
|
private String mergedIndexPath = "/.indexer";
|
||||||
|
|
||||||
public RepositoryGroup()
|
public RepositoryGroup()
|
||||||
{
|
{
|
||||||
// no op
|
// no op
|
||||||
|
|
Loading…
Reference in New Issue