mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Build using local clones of -repo projects
This commit is contained in:
+7
-1
@@ -30,7 +30,13 @@ stages:
|
||||
- release
|
||||
- publish
|
||||
|
||||
before_install: "cp .travis.settings.xml $HOME/.m2/settings.xml"
|
||||
before_install:
|
||||
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
|
||||
- pushd ..
|
||||
- git clone -b ${TRAVIS_BRANCH} https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo-play1.git alfresco-community-repo
|
||||
- cd alfresco-community-repo
|
||||
- mvn clean install -DskipTests -PcommunityDocker -B -V
|
||||
- popd
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<version.edition>Community</version.edition>
|
||||
<image.tag>latest</image.tag>
|
||||
|
||||
<dependency.alfresco-community-repo.version>8.300-SNAPSHOT</dependency.alfresco-community-repo.version>
|
||||
<dependency.alfresco-community-repo.version>${project.version}</dependency.alfresco-community-repo.version>
|
||||
<alfresco.share.version>6.2.2</alfresco.share.version>
|
||||
<alfresco.alfresco-share-services.version>6.2.2</alfresco.alfresco-share-services.version>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user