Hi Brian,
Did you change the permission after invoke maven deploy? I could be that the sync between iliblio and codehaus staging area fails due
to permission problem.
I also notice you did not use maven-release-plugin to do the release because the version in the pom now should be 1.x-SNAPSHOT
not staying at 1.0. Also there no SVN tag for your release.
One way to fix is to change the version to 1.0-SNAPSHOT, check it in and run maven-release-plugin:prepare and maven-release-plugin:release
-Dan
On 1/1/06, Brian E. Fox <[EMAIL PROTECTED]> wrote:
Also appears that http://www.ibiblio.org/pub/packages/maven2/org/codehaus/mojo/dependency-maven-plugin/1.0/maven-metadata.xml isn't readable by apache because it returns permission denied.
From: Brian E. Fox [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 01, 2006 11:45 PM
To: dev@mojo.codehaus.org
Subject: [mojo-dev] Mojo synch to ibiblio missing hashes
I released the dependency plugin today and now that it's synched with ibiblio, the hashes are missing. They are on the repo1 repository where I deployed, but not at http://www.ibiblio.org/pub/packages/maven2/org/codehaus/mojo/dependency-maven-plugin/1.0/. I'm pretty sure that's not normal but maybe I missed something.