Skip to content

Commit cec2c9e

Browse files
committed
Include error stacktrace in copyright plugin
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
1 parent 0bd8f26 commit cec2c9e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

etc/config/copyright-exclude

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
.zip
2525
.dat
2626
.lua
27+
.md
2728
travis.sh
2829
.travis.yml
2930
/docs/src/main/docbook/inc/modules_table_footer.src

etc/travis/travis.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ PING_LOOP_PID=$!
2828
mvn -version
2929

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

0 commit comments

Comments
 (0)