Description
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.
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>