To whom it may concern, I'm one of the committers for the Ambari project (http://ambari.apache.org/) and we would like to upload build artifacts to a central repository.
Can you help with this? We've already followed the steps in http://maven.apache.org/guides/mini/guide-central-repository-upload.html so that the pom file has all of the needed information. https://github.com/apache/ambari/blob/trunk/ambari-views/pom.xml has the following, <groupId>org.apache.ambari</groupId> <artifactId>ambari-views</artifactId> < packaging>jar</packaging> <name>Ambari Views</name> <version >1.3.0-SNAPSHOT</version> <description>Ambari View interfaces.</description> <url>http://ambari.apache.org/</url> <scm> <url> https://github.com/apache/ambari</url> <connection> https://git-wip-us.apache.org/repos/asf/ambari.git</connection> </scm> And its effective pom file has the "Apache License, Version 2.0" information. We only need to do this for the ambari-views project and its artifacts, which I've uploaded and already signed here. http://people.apache.org/~alejandro/ambari-views-1.7.0.0/ Import key, gpg --keyserver hkp://pgp.mit.edu --recv-keys 392F57AC My key trust, http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x392F57AC Verify files, gpg --verify ambari-views-1.7.0.0.jar.asc gpg --verify ambari-views-1.7.0.0-sources.jar.asc gpg --verify ambari-views-1.7.0.0-javadoc.jar.asc Thanks, Alejandro Fernandez
