Hi, I'm building some Maven projects with Jenkins and I'm using the Artifactory plugin in there to deploy the artifacts to artifactory, however it appears that Artifactory doesn't seem to update the maven-metadata.xml after deploying a new SNAPSHOT version, resulting in build failures (since the snapshot version isn't even listed in the maven-metadata.xml). I've tried to upgrade to Artifactory 3.0.4, but that didn't seem to result in any difference. In a similar post I saw that enabling debug logging for MavenMetadataCalculator can show some information, but frankly I didn't see anything in there:
2013-12-06 11:55:32,194 [ajp-bio-8009-exec-16] [DEBUG] (o.a.m.MavenMetadataCalculator:87) - Calculating maven metadata recursively on 'snapshots:org/forgerock/commons/ui/forgerock-ui/1.0.2-SNAPSHOT' 2013-12-06 11:55:32,279 [ajp-bio-8009-exec-16] [DEBUG] (o.a.m.MavenMetadataCalculator:102) - Finished recursive maven metadata calculation on 'snapshots:org/forgerock/commons/ui/forgerock-ui/1.0.2-SNAPSHOT' 2013-12-06 11:55:32,998 [art-exec-5] [DEBUG] (o.a.m.MavenMetadataCalculator:87) - Calculating maven metadata recursively on 'snapshots:org/forgerock/commons/ui/forgerock-ui' 2013-12-06 11:55:33,087 [art-exec-5] [DEBUG] (o.a.m.MavenMetadataCalculator:102) - Finished non recursive maven metadata calculation on 'snapshots:org/forgerock/commons/ui/forg erock-ui' 2013-12-06 11:55:38,021 [ajp-bio-8009-exec-20] [DEBUG] (o.a.m.MavenMetadataCalculator:87) - Calculating maven metadata recursively on 'snapshots:org/forgerock/commons/ui/forgerock-ui-commons/1.0.2-SNAPSHOT' 2013-12-06 11:55:38,025 [ajp-bio-8009-exec-20] [DEBUG] (o.a.m.MavenMetadataCalculator:102) - Finished recursive maven metadata calculation on 'snapshots:org/forgerock/commons/u i/forgerock-ui-commons/1.0.2-SNAPSHOT' The repository currently looks like this: http://maven.forgerock.org/repo/snapshots/org/forgerock/commons/ui/forgerock-ui-commons/ I'm not entirely sure what is going on and why (I wonder if it has to do anything with the fact that we are using classifiers)? Anyone ran into similar problems? cheers, Peter ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
