Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodori committed Feb 19, 2021
1 parent 34a65a1 commit db72e73
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.java.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import:
- source: Alfresco/alfresco-build-tools:.travis.common.yml@v1.0.0
- source: Alfresco/alfresco-build-tools:.travis.maven_config.yml
- source: Alfresco/alfresco-build-tools:.travis.maven_config.yml@OPSEXP-715
language: java
dist: focal
install: travis_wait $TRAVIS_WAIT_TIMEOUT mvn $MAVEN_CLI_OPTS dependency:resolve dependency:resolve-plugins || true
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import:
- source: .travis.common.yml
- source: .travis.pre-commit.yml
- source: .travis.java.yml@OPSEXP-715
branches:
only:
- master
16 changes: 16 additions & 0 deletions settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>alfresco-internal</id>
<username>${env.MAVEN_USERNAME}</username>
<password>${env.MAVEN_PASSWORD}</password>
</server>
<server>
<id>alfresco-internal-snapshots</id>
<username>${env.MAVEN_USERNAME}</username>
<password>${env.MAVEN_PASSWORD}</password>
</server>
</servers>
</settings>

0 comments on commit db72e73

Please sign in to comment.