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

joshtynjala pushed a commit to branch security-updates
in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git

commit 7416b970463dbf5840ae90de054c36cdef967fae
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Jan 9 15:25:52 2023 -0800

    skip target for modules that are not in the current profile
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 268b49a..60da534 100755
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,12 @@
                 <configuration>
                     <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
                     <excludes>
+                        <!--
+                            some modules aren't included in every build.
+                            this ensures that their "target" dir is skipped
+                            when not included.
+                        -->
+                        <exclude>**/target/**</exclude>
                         <!-- Ignore IDE project files -->
                         <exclude>**/*.iml</exclude>
                         <exclude>**/.vscode/**</exclude>

Reply via email to