[
https://issues.apache.org/jira/browse/TAJO-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi resolved TAJO-817.
-------------------------------
Resolution: Fixed
committed.
> 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)