You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Alejandro Fernandez (JIRA)" <ji...@apache.org> on 2014/12/16 17:59:13 UTC

[jira] [Created] (INFRA-8882) Apache Ambari - Publish to Central Repository

Alejandro Fernandez created INFRA-8882:
------------------------------------------

             Summary: Apache Ambari - Publish to Central Repository
                 Key: INFRA-8882
                 URL: https://issues.apache.org/jira/browse/INFRA-8882
             Project: Infrastructure
          Issue Type: Task
            Reporter: Alejandro Fernandez


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,

{code}
    <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>
{code}

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

I sent an email to repo-maintainers@maven.apache.org on Dec 1 with this same information.

Thanks,
Alejandro Fernandez



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)