Skip to content

Commit

Permalink
Include error stacktrace in copyright plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos committed Dec 4, 2020
1 parent 0bd8f26 commit cec2c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions etc/config/copyright-exclude
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
.zip
.dat
.lua
.md
travis.sh
.travis.yml
/docs/src/main/docbook/inc/modules_table_footer.src
Expand Down
4 changes: 3 additions & 1 deletion etc/travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ PING_LOOP_PID=$!
mvn -version

if [ "$1" = "glassfish-copyright:check" ]; then
mvn $1
# Next line should be removed. This is only to know why does it fail.
mvn -e glassfish-copyright:copyright
mvn -e $1
else
mvn -e -U -B clean install $1 >> $BUILD_OUTPUT 2>&1
fi
Expand Down

0 comments on commit cec2c9e

Please sign in to comment.