diff --git a/Jenkinsfile b/Jenkinsfile
index d4c09be26b..67d1cd0b6f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,6 +87,13 @@ pipeline {
}
}
+ stage('Verify') {
+ steps {
+ echo 'Running apache-rat:check'
+ sh 'mvn apache-rat:check'
+ }
+ }
+
stage('Tests') {
steps {
echo 'Running tests'
diff --git a/pom.xml b/pom.xml
index c55271126c..a6671fd16b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1402,6 +1402,7 @@
**/kahadb/**/*.data
**/resources/*.xsd
**/src/test/resources/keystore
+ **/*.ts
**/webapp/mqtt/mqttws31.js
**/webapp/js/dojo.js