[jira] [Commented] (MDEPLOY-250) add documentation on managing network issues

2021-12-30 Thread Herve Boutemy (Jira)


[ 
https://issues.apache.org/jira/browse/MDEPLOY-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17466719#comment-17466719
 ] 

Herve Boutemy commented on MDEPLOY-250:
---

documentation created in 
https://github.com/apache/maven-deploy-plugin/commit/c34d0b5ede097734f9433f29a94466b3b8f7cd1c

published to 
https://maven.apache.org/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-network-issues.html

> add documentation on managing network issues
> 
>
> Key: MDEPLOY-250
> URL: https://issues.apache.org/jira/browse/MDEPLOY-250
> Project: Maven Deploy Plugin
>  Issue Type: Task
>  Components: deploy:deploy
>Affects Versions: 3.0.0-M1
>Reporter: Herve Boutemy
>Assignee: Herve Boutemy
>Priority: Major
> Fix For: 3.0.0-M2
>
>
> network issues are happening sometimes, then there are strategies that have 
> been found to workaround, from simple retries, to 2-steps deploy through 
> local staging, like done by plc4x:
> see in [https://github.com/apache/incubator-plc4x/blob/develop/Jenkinsfile]:
> {noformat}
> // We'll deploy to a relative directory so we can save
> // that and deploy in a later step on a different node
> sh 'mvn -P${JENKINS_PROFILE},development ${MVN_TEST_FAIL_IGNORE} 
> ${JQASSISTANT_NEO4J_VERSION} 
> -DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
> clean deploy'
> {noformat}
> followed by:
> {noformat}
> // Deploy the artifacts using the wagon-maven-plugin.
> sh 'mvn -f jenkins.pom -X -P deploy-snapshots wagon:upload'
> {noformat}
> sharing such strategy can be useful to many



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (MDEPLOY-250) add documentation on managing network issues

2020-12-20 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MDEPLOY-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17252542#comment-17252542
 ] 

Michael Osipov commented on MDEPLOY-250:


There is a conceptual proposal how to solve this with HTTP-based wagon.

> add documentation on managing network issues
> 
>
> Key: MDEPLOY-250
> URL: https://issues.apache.org/jira/browse/MDEPLOY-250
> Project: Maven Deploy Plugin
>  Issue Type: Task
>  Components: deploy:deploy
>Affects Versions: 3.0.0-M1
>Reporter: Herve Boutemy
>Priority: Major
> Fix For: 3.0.0
>
>
> network issues are happening sometimes, then there are strategies that have 
> been found to workaround, from simple retries, to 2-steps deploy through 
> local staging, like done by plc4x:
> see in [https://github.com/apache/incubator-plc4x/blob/develop/Jenkinsfile]:
> {noformat}
> // We'll deploy to a relative directory so we can save
> // that and deploy in a later step on a different node
> sh 'mvn -P${JENKINS_PROFILE},development ${MVN_TEST_FAIL_IGNORE} 
> ${JQASSISTANT_NEO4J_VERSION} 
> -DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
> clean deploy'
> {noformat}
> followed by:
> {noformat}
> // Deploy the artifacts using the wagon-maven-plugin.
> sh 'mvn -f jenkins.pom -X -P deploy-snapshots wagon:upload'
> {noformat}
> sharing such strategy can be useful to many



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MDEPLOY-250) add documentation on managing network issues

2019-05-16 Thread Karl Heinz Marbaise (JIRA)


[ 
https://issues.apache.org/jira/browse/MDEPLOY-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16841032#comment-16841032
 ] 

Karl Heinz Marbaise commented on MDEPLOY-250:
-

For version 3.X {{ 
-DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
clean deploy'}} has to be {{ 
-DaltDeploymentRepository=snapshot-repo::file:./local-snapshots-dir clean 
deploy'}}

> add documentation on managing network issues
> 
>
> Key: MDEPLOY-250
> URL: https://issues.apache.org/jira/browse/MDEPLOY-250
> Project: Maven Deploy Plugin
>  Issue Type: Task
>  Components: deploy:deploy
>Affects Versions: 3.0.0-M1
>Reporter: Hervé Boutemy
>Priority: Major
> Fix For: 3.0.0
>
>
> network issues are happening sometimes, then there are strategies that have 
> been found to workaround, from simple retries, to 2-steps deploy through 
> local staging, like done by plc4x:
> see in [https://github.com/apache/incubator-plc4x/blob/develop/Jenkinsfile]:
> {noformat}
> // We'll deploy to a relative directory so we can save
> // that and deploy in a later step on a different node
> sh 'mvn -P${JENKINS_PROFILE},development ${MVN_TEST_FAIL_IGNORE} 
> ${JQASSISTANT_NEO4J_VERSION} 
> -DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
> clean deploy'
> {noformat}
> followed by:
> {noformat}
> // Deploy the artifacts using the wagon-maven-plugin.
> sh 'mvn -f jenkins.pom -X -P deploy-snapshots wagon:upload'
> {noformat}
> sharing such strategy can be useful to many



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)