You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/01/21 11:48:59 UTC

[syncope] branch master updated: Small cleanup to avoid unwanted dir creation

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 190ada1  Small cleanup to avoid unwanted dir creation
190ada1 is described below

commit 190ada1a379791afb827607ac782ecc6c18defab
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 21 12:46:55 2019 +0100

    Small cleanup to avoid unwanted dir creation
---
 standalone/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/standalone/pom.xml b/standalone/pom.xml
index 078909e..c0886f3 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -91,8 +91,6 @@ under the License.
               <extractDir>${project.build.directory}/cargo/extract</extractDir>
             </zipUrlInstaller>
             <timeout>300000</timeout>
-            <log>${cargo.log}</log>
-            <output>${cargo.output}</output>
           </container>
         </configuration>
         <executions>
@@ -376,4 +374,4 @@ under the License.
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>