Hi folks, I just upgraded the parent pom to ASF pom version 6 (r786796) which fix the repos url and distributionManagement.
All new Shindig snapshots will be here now: https://repository.apache.org/content/repositories/snapshots/org/apache/shindig/ For Shindig committers, please configure the repos as follow: http://maven.apache.org/developers/committer-settings.html It is a manual process ie you should call mvn deploy. For Shindig devs, please add this ASF repo in your pom: <project> ... <repositories> <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>http://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> </repository> </repositories> ... </project> Notice: this old repository should NOT be used in the future: http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/ Since it was created recently, I propose to remove it to force shindig users to use the correct repo. WDYT? Cheers, Vincent