From 8ca620c80603c9c78a4ad0c014790509d181ea2f Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 8 May 2004 01:16:02 +0000 Subject: [PATCH] PR: MPNATIVE-5 Submitted by: Joachim Bader add src includes/excludes git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115206 13f79535-47bb-0310-9956-ffa450edef68 --- native/plugin.jelly | 2 +- native/plugin.properties | 2 ++ native/project.xml | 4 ++++ native/xdocs/properties.xml | 16 ++++++++++++++++ 4 files changed, 23 insertions(+), 1 deletion(-) 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