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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git


The following commit(s) were added to refs/heads/main by this push:
     new 22c0f8a  Add documentation for includes/excludes
22c0f8a is described below

commit 22c0f8a3c84930f202699a31a0004ebf134f6473
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue May 2 19:22:13 2023 +0200

    Add documentation for includes/excludes
---
 log4j-transform-maven-plugin/src/doc/process-classes-mojo.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/log4j-transform-maven-plugin/src/doc/process-classes-mojo.adoc 
b/log4j-transform-maven-plugin/src/doc/process-classes-mojo.adoc
index 788c1d2..60a8eae 100644
--- a/log4j-transform-maven-plugin/src/doc/process-classes-mojo.adoc
+++ b/log4j-transform-maven-plugin/src/doc/process-classes-mojo.adoc
@@ -58,6 +58,16 @@ Generates static location information of Log4j 2.x API calls 
in the project clas
 |===
 |Name|Type|Since|Description
 
+|`<includes>`
+|`List<String>`
+|-
+| Files to include. If empty all class files will be processed.
+
+|`<excludes>`
+|`List<String>`
+|-
+| Files to exclude.
+
 |`<staleMillis>`
 |`int`
 |-

Reply via email to