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

Hudson commented on TAJO-817:
-----------------------------

FAILURE: Integrated in Tajo-master-build #216 (See 
[https://builds.apache.org/job/Tajo-master-build/216/])
TAJO-817: tajo-core should not skip deploy. (hyunsik: rev 
f1ead5ec93f919cc0f198bf226df6f77d11a29d7)
* CHANGES
* tajo-core/pom.xml


> tajo-core should not skip deploy.
> ---------------------------------
>
>                 Key: TAJO-817
>                 URL: https://issues.apache.org/jira/browse/TAJO-817
>             Project: Tajo
>          Issue Type: Task
>          Components: build
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Trivial
>             Fix For: 0.9.0
>
>
> Currently, maven-deploy-plugin in tajo-core skips deploy. So, the maven 
> artifacts of tajo-core are not being uploaded to maven repositories. We 
> should fix it.
> {code}
>     <plugin>
>         <artifactId>maven-deploy-plugin</artifactId>
>           <configuration>
>               <skip>true</skip>
>           </configuration>
>      </plugin>
> {code}



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

Reply via email to