You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/03/04 00:33:23 UTC

[jira] [Comment Edited] (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 ] 

Konstantin Boudnik edited comment on BIGTOP-1227 at 3/3/14 11:31 PM:
---------------------------------------------------------------------

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 -Ddeploy

in do-component-build

MAVEN_DEPLOY = ""

If (deploy) {

MAVEN_DEPLOY = "deploy"

}

mvn ${MAVEN_DEPLOY} ...


was (Author: rguo):
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)