Repository: flex-falcon Updated Branches: refs/heads/develop b36131959 -> 1c96ccd6a
- Tried tracking down why the build fails in branches Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/1c96ccd6 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/1c96ccd6 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/1c96ccd6 Branch: refs/heads/develop Commit: 1c96ccd6a0e75d37760ad9497cd2cb6fc85b7d47 Parents: b361319 Author: Christofer Dutz <[email protected]> Authored: Fri Oct 21 17:15:19 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Fri Oct 21 17:15:19 2016 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1c96ccd6/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 28b11b1..7b3ac7a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,7 +78,7 @@ node('windows-2012-1') { dir('framework') { echo 'Building FlexJS Framework' - bat "mvn -U clean ${mavenGoal} ${mavenLocalRepo} -s C:\\.m2\\settings.xml -P apache-snapshots-enabled,build-examples,build-distribution -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=3872fc1e" + bat "mvn -U -X clean ${mavenGoal} ${mavenLocalRepo} -s C:\\.m2\\settings.xml -P apache-snapshots-enabled,build-examples,build-distribution -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=3872fc1e" } stage 'Release Site Changes'
