diff --git a/native/plugin.jelly b/native/plugin.jelly index 1674a00d..14cad07b 100644 --- a/native/plugin.jelly +++ b/native/plugin.jelly @@ -50,7 +50,7 @@ - + diff --git a/native/plugin.properties b/native/plugin.properties index 9c24ca94..2e5d060b 100644 --- a/native/plugin.properties +++ b/native/plugin.properties @@ -8,3 +8,5 @@ maven.native.linker.name=${maven.native.compiler.name} maven.native.compiler.target= maven.native.linker.target=${maven.native.compiler.target} +maven.native.src.includes=**/*.h **/*.c **/*.cpp +maven.native.src.excludes= diff --git a/native/project.xml b/native/project.xml index bd678d99..4829847c 100644 --- a/native/project.xml +++ b/native/project.xml @@ -55,6 +55,10 @@ Joachim Bader + info@joachim-bader.de + proveo.de + http://www.joachim-bader.de + +1 diff --git a/native/xdocs/properties.xml b/native/xdocs/properties.xml index 967a1cce..c6b4141d 100644 --- a/native/xdocs/properties.xml +++ b/native/xdocs/properties.xml @@ -49,6 +49,22 @@

+ + maven.native.src.includes + Yes + + Specifies a list of patterns to include into the native compile process. + Default value is **/*.h **/*.c **/*.cpp. + + + + maven.native.src.excludes + Yes + + Specifies a list of patterns to exclude from the native compile process. + Default value is empty. + + maven.native.link Yes