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:
Olivier Lamy 2013-04-21 13:27:42 +00:00
parent e0c2f0af78
commit 65f55af646
1 changed files with 6 additions and 1 deletions

View File

@ -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