This is an automated email from the ASF dual-hosted git repository.

bertty pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/docs by this push:
     new 5a92be2  correction on the setting.xml file
5a92be2 is described below

commit 5a92be2f6eccfc4106c8269b27d559815f136bcc
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Sat Apr 17 13:54:13 2021 -0400

    correction on the setting.xml file
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 12d26b1..68cb4fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,11 +46,13 @@ install:
 before_script:
   - echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";' > ~/.m2/settings.xml
   - echo 'xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 
https://maven.apache.org/xsd/settings-1.0.0.xsd";>' >> ~/.m2/settings.xml
-  - echo ' <server>' >> ~/.m2/settings.xml
+  - echo ' <servers>' >> ~/.m2/settings.xml
+  - echo '  <server>' >> ~/.m2/settings.xml
   - echo '   <id>github</id>' >> ~/.m2/settings.xml
   - echo "   <username>${USER}</username>" >> ~/.m2/settings.xml
   - echo "   <password>${TOKEN}</password>" >> ~/.m2/settings.xml
-  - echo ' </server>' >> ~/.m2/settings.xml
+  - echo '  </server>' >> ~/.m2/settings.xml
+  - echo ' </servers>' >> ~/.m2/settings.xml
   - echo '</settings>' >> ~/.m2/settings.xml
   - mkdir -p travis/tmp
   - echo "#" >> travis/wayang.properties

Reply via email to