You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/02 06:59:15 UTC

[GitHub] rdhabalia opened a new pull request #2696: fix: parent mvn version for presto artifact

rdhabalia opened a new pull request #2696: fix: parent mvn version for presto artifact
URL: https://github.com/apache/pulsar/pull/2696
 
 
   ### Motivation
   
   fixed incorrect parent version for presto artifact which can cause below error while uploading artifacts to maven repo
   
   ```
   05:00:45 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project pulsar-presto-distribution: Failed to deploy artifacts/metadata: Cannot access scpexe://maven.repo/ with type default using the available connector factories: BasicRepositoryConnectorFactory: Cannot access scpexe://maven.repo/ using the registered transporter factories: WagonTransporterFactory: java.util.NoSuchElementException
   05:00:45 [ERROR] role: org.apache.maven.wagon.Wagon
   05:00:45 [ERROR] roleHint: scpexe
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services