Skip to content

Commit

Permalink
Fix 'Failed to deploy' error usign solution from spring-attic/aws-mav…
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-keynexus committed Sep 25, 2017
1 parent d0e1fae commit b2236b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .travis.extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<!-- Repository on AMAZON S3 -->
<extension>
<groupId>org.springframework.build</groupId>
<artifactId>aws-maven</artifactId>
<version>5.0.0.RELEASE</version>
</extension>
</extensions>
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false

before_script:
- cp $TRAVIS_BUILD_DIR/.travis.settings.xml ~/.m2/settings.xml
- cp $TRAVIS_BUILD_DIR/.travis.extensions.xml ~/.m2/extensions.xml

script:
- mvn test
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,6 @@
<artifactId>os-maven-plugin</artifactId>
<version>1.2.3.Final</version>
</extension>
<extension>
<groupId>org.springframework.build</groupId>
<artifactId>aws-maven</artifactId>
<version>5.0.0.RELEASE</version>
</extension>
</extensions>

<resources>
Expand Down

0 comments on commit b2236b0

Please sign in to comment.