On Wed, Sep 2, 2009 at 1:57 PM, Robert Munteanu<[email protected]> wrote:
> The error I get in archiva.log is > > 2009-09-02 23:36:02,985 [TP-Processor3] INFO > org.apache.maven.archiva.security.ArchivaServletAuthenticator - > Authorization Denied > [ip=81.180.230.218,permission=archiva-upload-repository,repo=internal] : no > matching permissions > 2009-09-02 23:36:33,057 [TP-Processor3] INFO > org.apache.maven.archiva.security.ArchivaServletAuthenticator - > Authorization Denied > [ip=81.180.230.218,permission=archiva-upload-repository,repo=internal] : no > matching permissions Credentials are configured per repository, so it sounds like you have permission to deploy to the snapshots repo, but not to internal. What do you have in settings.xml? What does distributionManagement look like for this project? Double check that the user in question has the repository manager role for the internal repo. -- Wendy
