Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
3f222899
by Tony CHEMIT at 2017-03-30T16:38:02+02:00
2 changed files:
Changes:
| ... | ... | @@ -49,7 +49,7 @@ stages: |
| 49 | 49 |
|
| 50 | 50 |
.deploy_site: &deploy_site
|
| 51 | 51 |
script:
|
| 52 |
- - mvn clean verify site -DperformRelease scm-publish:publish-scm
|
|
| 52 |
+ - mvn clean install site -DperformRelease scm-publish:publish-scm
|
|
| 53 | 53 |
|
| 54 | 54 |
.deploy_demo_latest: &deploy_demo_latest
|
| 55 | 55 |
stage: Test
|
| ... | ... | @@ -757,6 +757,15 @@ |
| 757 | 757 |
|
| 758 | 758 |
<build>
|
| 759 | 759 |
|
| 760 |
+ <!-- Enabling the use of scpexe with maven 3.0 -->
|
|
| 761 |
+ <extensions>
|
|
| 762 |
+ <extension>
|
|
| 763 |
+ <groupId>org.apache.maven.wagon</groupId>
|
|
| 764 |
+ <artifactId>wagon-ssh-external</artifactId>
|
|
| 765 |
+ <version>2.2</version>
|
|
| 766 |
+ </extension>
|
|
| 767 |
+ </extensions>
|
|
| 768 |
+ |
|
| 760 | 769 |
<plugins>
|
| 761 | 770 |
<plugin>
|
| 762 | 771 |
<groupId>org.codehaus.mojo</groupId>
|