You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2020/09/21 18:09:54 UTC

[directory-fortress-core] branch jmeter-add-case updated: fix system properties

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

smckinney pushed a commit to branch jmeter-add-case
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/jmeter-add-case by this push:
     new 66080bd  fix system properties
66080bd is described below

commit 66080bd506f95aa7ee65497e5f430e7fc90147cd
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Mon Sep 21 13:09:47 2020 -0500

    fix system properties
---
 pom.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 27582d8..f18b891 100644
--- a/pom.xml
+++ b/pom.xml
@@ -932,8 +932,6 @@
               </testFilesIncluded>
               <propertiesSystem>
                 <version>${project.version}</version>
-              </propertiesSystem>
-              <propertiesSystem>
                 <tenant>${tenant}</tenant>
               </propertiesSystem>
             </configuration>
@@ -993,8 +991,6 @@
               </testFilesIncluded>
               <propertiesSystem>
                 <version>${project.version}</version>
-              </propertiesSystem>
-              <propertiesSystem>
                 <tenant>${tenant}</tenant>
               </propertiesSystem>
             </configuration>
@@ -1049,8 +1045,6 @@
               </testFilesIncluded>
               <propertiesSystem>
                 <version>${project.version}</version>
-              </propertiesSystem>
-              <propertiesSystem>
                 <tenant>${tenant}</tenant>
               </propertiesSystem>
             </configuration>
@@ -1110,8 +1104,6 @@
               </testFilesIncluded>
               <propertiesSystem>
                 <version>${project.version}</version>
-              </propertiesSystem>
-              <propertiesSystem>
                 <tenant>${tenant}</tenant>
               </propertiesSystem>
             </configuration>
@@ -1169,8 +1161,6 @@
               </testFilesIncluded>
               <propertiesSystem>
                 <version>${project.version}</version>
-              </propertiesSystem>
-              <propertiesSystem>
                 <tenant>${tenant}</tenant>
               </propertiesSystem>
             </configuration>
@@ -1232,6 +1222,7 @@
                 <hostname>${hostname}</hostname>
                 <qualifier>${qualifier}</qualifier>
                 <verify>${verify}</verify>
+                <verify>${output}</verify>
               </propertiesSystem>
             </configuration>
             <executions>
@@ -1283,6 +1274,7 @@
                 <hostname>${hostname}</hostname>
                 <qualifier>${qualifier}</qualifier>
                 <verify>${verify}</verify>
+                <verify>${output}</verify>
               </propertiesSystem>
             </configuration>
             <executions>