Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: native
-
Labels:None
-
Environment:native-m-p alpha-2
linux, red hat, g++ via gcc.
-
Complexity:Intermediate
-
Number of attachments :
Description
It is necessary to have one source-element for each and every folder, also for subfolders. This seems a bit excessive?
Even though it is necessary to list all folders explicitly when actually running the compilation, this inconvenience could be masked by the plugin.
A configuration like
<sources>
<source>src/main/native</source>
</sources>
should in other words also include files located in src/main/native/someFolder.
I would also like to suggest that either all files in these folders or for example *.cpp are included by default. Especially when it is necessary to specify all folders it seems a bit excessive to have to specify a filter for every folder.
a patch is very welcomed