*Motivation* Pulsar presto distribution doesn't inherit from apache profile. Hence when we run `mvn deploy`, it will fail to deploy the apache repository.
``` 2018-09-11T23:52:04.260 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project pulsar-presto-distribution: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1] ``` *Changes* Make presto distribution pom file inherit from apache profile. [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2565 ] This message was relayed via gitbox.apache.org for [email protected]
