You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Guo Ruijing (JIRA)" <ji...@apache.org> on 2014/03/03 15:05:22 UTC

[jira] [Commented] (BIGTOP-1227) Deploy artifacts to maven repository

    [ https://issues.apache.org/jira/browse/BIGTOP-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13918070#comment-13918070 ] 

Guo Ruijing commented on BIGTOP-1227:
-------------------------------------

sorry for confusing. The JIRA was created to support to deploy artifacts to remote repository.

bigtop may be improved as the following sample code:

make hadoop-rpm -Ddeply

in do-component-build

MAVEN_DEPLOY = ""

If (deploy) {

MAVEN_DEPLOY = "deploy"

}

mvn ${MAVEN_DEPLOY} ...

> Deploy artifacts to maven repository
> ------------------------------------
>
>                 Key: BIGTOP-1227
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1227
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Shengjun Xin
>
> When we use bigtop to build a distro, we need deploy the artifacts to our maven repo. For example, we need to deploy the hadoop artifacts to maven repo to make sure hbase can depend on it



--
This message was sent by Atlassian JIRA
(v6.2#6252)