Github user prabhjyotsingh commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/484#issuecomment-160531180
  
    This is a generic configuration to be be picked maven-deploy-plugin for 
"mvn deploy" task. 
    
    https://maven.apache.org/pom.html#Distribution_Management
    
    If i'm trying to setup up my own private nexus, and say use command "mvn 
deploy -Phadoop-2.3 -Ppyspark -B" it tries to upload the dependencies to 
"https://repository.apache.org/service/local/staging/deploy/maven2";, but if I 
use "distributionManagement" in pom.xml and run following. 
    
        mvn deploy -Phadoop-2.3 -Ppyspark -B -Drepoid="IN-QA" 
-Dreponame="centos6" 
-Drepourl="http://nexus-private.my-domain.com/nexus/content/repositories/IN-QA/";
    
    the above command will upload the dependencies to 
http://nexus-private.my-domain.com/nexus/content/repositories/IN-QA/


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to