Skip to content

Commit fc63b6d

Browse files
committed
Update commons-io and ask invoker to log failures in CI
1 parent 6d1b15b commit fc63b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run:
3131
name: Build and push to Artifactory
3232
command: |
33-
mvn deploy -s .circleci/settings.xml -Dartifactory.username=$ARTIFACTORY_USER -Dartifactory.password=$ARTIFACTORY_APIKEY
33+
mvn deploy -s .circleci/settings.xml -Dinvoker.streamLogsOnFailures=true -Dartifactory.username=$ARTIFACTORY_USER -Dartifactory.password=$ARTIFACTORY_APIKEY
3434
3535
workflows:
3636
version: 2

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<j2cl.version>0.10-SNAPSHOT</j2cl.version>
3232
<closure.compiler.unshaded.version>0.3-SNAPSHOT</closure.compiler.unshaded.version>
3333
<commons.codec.version>1.11</commons.codec.version>
34-
<commons.io.version>2.5</commons.io.version>
34+
<commons.io.version>2.7</commons.io.version>
3535

3636
<!-- Test -->
3737
<junit.version>4.13.1</junit.version>

0 commit comments

Comments
 (0)