Hi guys, For those of you that commit and release to the forge, I am stuck in getting a 401 on http://nexus.magnolia-cms.com/content/repositories/magnolia.forge.releases/
Could any of you perhaps be kind enough to post your distributionManagement tag from the pom and an excerpt of the settings.xml you are using (stripped of your credentials of course)? I have tried every post on the docs, but keep getting the same error... My settings: <distributionManagement> <repository> <id>magnolia.forge.releases</id> <url> http://nexus.magnolia-cms.com/content/repositories/magnolia.forge.releases/ </url> </repository> <snapshotRepository> <id>magnolia.forge.snapshots</id> <url> http://nexus.magnolia-cms.com/content/repositories/magnolia.forge.snapshots/ </url> </snapshotRepository> <site> <id>magnolia.forge.sites</id> <url>dav: http://nexus.magnolia-cms.com/content/sites/magnolia.forge.sites/${artifactId}/${project.version} </url> </site> </distributionManagement> settings: <server> <id>magnolia.forge.releases</id> <username>***</username> <password>***</password> </server> <repository> <id>magnolia.forge.releases</id> <url> http://nexus.magnolia-cms.com/content/repositories/magnolia.forge.releases/ </url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> Thanks!! Rgds, Erik ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
