We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd8f26 commit cec2c9eCopy full SHA for cec2c9e
etc/config/copyright-exclude
@@ -24,6 +24,7 @@
24
.zip
25
.dat
26
.lua
27
+.md
28
travis.sh
29
.travis.yml
30
/docs/src/main/docbook/inc/modules_table_footer.src
etc/travis/travis.sh
@@ -28,7 +28,9 @@ PING_LOOP_PID=$!
mvn -version
if [ "$1" = "glassfish-copyright:check" ]; then
31
- mvn $1
+ # Next line should be removed. This is only to know why does it fail.
32
+ mvn -e glassfish-copyright:copyright
33
+ mvn -e $1
34
else
35
mvn -e -U -B clean install $1 >> $BUILD_OUTPUT 2>&1
36
fi
0 commit comments