We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f119b commit fe5dda8Copy full SHA for fe5dda8
shade-test.sh
@@ -1,5 +1,8 @@
1
# Create the package. Skip tests since this is just for testing the contents of the jar. We've already run the tests in another step.
2
mvn package -DskipTests -Dmaven.javadoc.skip=true
3
+if [ $? -ne 0 ]; then
4
+ exit 1
5
+fi
6
# List everything in the shaded jar. Anything in com/datadog is good since that's either shaded or our own code.
7
# We intentionally avoid shading anything in META-INF in the pom.xml.
8
# And there are some native libraries in other directories that we don't shade so we only want to check for .class files.
0 commit comments