You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/02/29 16:45:48 UTC

[incubator-streampipes] 01/03: exclude external vocabulary source code in rat license check

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 9b52aeea6e2ac6dca5c52d4e6b71b0dcb9c47deb
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Sat Feb 29 17:39:34 2020 +0100

    exclude external vocabulary source code in rat license check
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ce95e06..76e6586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1049,6 +1049,7 @@
 
                         <!-- External vocabularies -->
                         <exclude>streampipes-measurement-units/src/main/resources/onto/**</exclude>
+                        <exclude>streampipes-measurement-units/src/main/java/com/github/jqudt/**</exclude>
 
                         <!-- Exclude some UI files which we need to check in more detail -->
                         <exclude>ui/src/assets/**</exclude>