Repository: logging-log4j2 Updated Branches: refs/heads/master 15cd6ac1c -> 5823e4f3f
Add -e to mvn jenkins build Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5823e4f3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5823e4f3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5823e4f3 Branch: refs/heads/master Commit: 5823e4f3fae7a83f0f461c2eb20311d644a3bff0 Parents: 15cd6ac Author: Matt Sicker <[email protected]> Authored: Fri Apr 6 20:03:54 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Fri Apr 6 20:03:54 2018 -0500 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5823e4f3/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 48942c7..0bddd62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { stage('Build') { steps { ansiColor('xterm') { - sh 'mvn -V -t jenkins-toolchains.xml -Djenkins clean install' + sh 'mvn -V -e -t jenkins-toolchains.xml -Djenkins clean install' } } }
