note why it is how it is

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-12-11 06:52:00 +00:00
parent 0c91515a8f
commit eb278b5812
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ public class ArchivaSystemAdministratorRoleProfile
operations.add( ArchivaRoleConstants.OPERATION_ADD_REPOSITORY );
operations.add( ArchivaRoleConstants.OPERATION_EDIT_REPOSITORY );
operations.add( ArchivaRoleConstants.OPERATION_DELETE_REPOSITORY );
// we don't add access/upload repository operations. This isn't a sys-admin function, and we don't want to
// encourage the use of the sys admin role for such operations. They can grant it as necessary.
return operations;
}