Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
NEXUS-2162: can no longer deploy to repository groups
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/branches/nexus-1.3.X@4509 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
dbradicich committed Jun 29, 2009
1 parent 83a9e8d commit 1d5e184
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -62,6 +62,13 @@ public void initialize()

repoRegistry.addProximityEventListener( this );
}

@Override
public boolean isAllowWrite()
{
//Can't write to group repos (although can be overridden if your specialized group repo needs to
return false;
}

@Override
public void onProximityEvent( AbstractEvent evt )
Expand Down

0 comments on commit 1d5e184

Please sign in to comment.