<div dir="ltr">Thanks Burr, for sharing it. We have filed an issue for this <a href="https://github.com/fabric8io/fabric8-maven-plugin/issues/1118" target="_blank">https://github.com/<wbr>fabric8io/fabric8-maven-<wbr>plugin/issues/1118</a> to keep it on our radar.<br><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 30, 2017 at 7:04 PM, Burr Sutter <span dir="ltr"><<a href="mailto:bsutter@redhat.com" target="_blank">bsutter@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">FYI<div><br></div><div>The Maven Plugin is one of our most critical tool offerings as it is the primary solution for RHOAR and all things microservices.</div><div><br></div><div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Roland Huss</b> <span dir="ltr"><<a href="mailto:rhuss@redhat.com" target="_blank">rhuss@redhat.com</a>></span><br>Date: Thu, Nov 30, 2017 at 6:19 AM<br>Subject: Re: [openshift-sme] Maven plugin fabric8 - fabric8:watch on Windows - ERROR<br>To: Mattia Mascia <<a href="mailto:mmascia@redhat.com" target="_blank">mmascia@redhat.com</a>><br>Cc: openshift-sme <<a href="mailto:openshift-sme@redhat.com" target="_blank">openshift-sme@redhat.com</a>><br><br><br><div dir="ltr">Thanks Mattia for investigating this issue !<div><br></div><div>Actually the canonical repo is <a href="https://github.com/fabric8io/fabric8-maven-plugin" target="_blank">https://github.com/fabric8i<wbr>o/fabric8-maven-plugin</a> , it would be awesome if you open an issue there.</div><div><br></div><div>I'm currently not directly connected to the fabric8-maven-plugin anymore, but there are good guys behind this project now.</div><div><br></div><div>thanks ...</div><div>... roland</div></div><br><div class="gmail_quote"><div><div class="m_6942223530427017294m_3352367512186816976h5"><div dir="ltr">On Thu, Nov 30, 2017 at 11:53 AM Mattia Mascia <<a href="mailto:mmascia@redhat.com" target="_blank">mmascia@redhat.com</a>> wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_6942223530427017294m_3352367512186816976h5"><div dir="ltr">Hi guys,<div><br></div><div>I found the reason why this happen and I will open an pull request on <a href="https://github.com/rhuss/fabric8-maven-plugin" target="_blank">https://github.com/rhuss/fa<wbr>bric8-maven-plugin</a></div><div><br></div><div>The issue is on the  <b><font face="monospace, monospace">io.fabric8.maven.generator.jav<wbr>aexec.FatJarDetector.java</font></b> on the <b><font face="monospace, monospace">scan</font></b> method.</div><div><br></div><div>It never closes the jar file once it read it.</div><div><br></div><div><font face="monospace, monospace">@@ -59,8 +59,7 @@</font><br></div><div><div><font face="monospace, monospace">             long maxSize = 0;</font></div><div><font face="monospace, monospace">             for (String jarOrWar : jarOrWars) {</font></div><div><font face="monospace, monospace">                 File archiveFile = new File(directory, jarOrWar);</font></div><div><font face="monospace, monospace" color="#ff0000">-                try {</font></div><div><font face="monospace, monospace" color="#ff0000">-                    JarFile archive = new JarFile(archiveFile);</font></div><div><font face="monospace, monospace" color="#38761d">+                try (JarFile archive = new JarFile(archiveFile)){</font></div><div><font face="monospace, monospace">                     Manifest mf = archive.getManifest();</font></div><div><font face="monospace, monospace">                     Attributes mainAttributes = mf.getMainAttributes();</font></div><div><font face="monospace, monospace">                     if (mainAttributes != null) {</font></div></div><div><br></div><div><br></div><div>Best</div></div><div dir="ltr"><div><br></div><div>Mattia</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 29, 2017 at 10:37 AM, Mattia Mascia <span dir="ltr"><<a href="mailto:mmascia@redhat.com" target="_blank">mmascia@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi SME,<div><br></div><div>Anyone experience the following error using fabric8 plugin on Windows ? Mac and Linux works fine.</div><div><br></div><div>It looks like a race condition on the target jar and the mvn process is the only one is try to access no other external processes are touching the jar.</div><div><br></div><div><p class="MsoNormal" style="line-height:normal"><span style="font-size:9pt;font-family:"Lucida Console"">[</span><font face="monospace, monospace" size="1">ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugi<wbr>n:3.5.33:build (default) on project app-sample: Execution default of goal io.fabric8:fabric8-maven-plugi<wbr>n:3.5.33:build failed: Cannot extract generator config: org.apache.maven.plugin.MojoEx<wbr>ecutionException: <span style="background-color:rgb(255,255,0)">Failed to add devtools files to fat jar C:\tmp\jenkins-cicd\target\app<wbr>-sample-1.0-SNAPSHOT.jar. java.io.IOException: Failed to delete original file 'C:\tmp\jenkins-cicd\target\ap<wbr>p-sample-1.0-SNAPSHOT.jar' after copy to 'C:\TEMP\p251228\app-sample-1.<wbr>0-SNAPSHOT.jar6705264538840591<wbr>172.tmp'</span> -> [Help 1]<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">org.apache.maven.lifecycle.Lif<wbr>ecycleExecutionException: Failed to execute goal io.fabric8:fabric8-maven-plugi<wbr>n:3.5.33:build (default) on project app-sample: Execution default of goal io.fabric8:fabric8-maven-plugi<wbr>n:3.5.33:build failed: Cannot extract generator config: org.apache.maven.plugin.MojoEx<wbr>ecutionException: Failed to add devtools files to fat jar C:\tmp\jenkins-cicd\target\app<wbr>-sample-1.0-SNAPSHOT.jar. java.io.IOException: Failed to delete original file 'C:\tmp\jenkins-cicd\target\ap<wbr>p-sample-1.0-SNAPSHOT.jar' after copy to 'C:\TEMP\p251228\app-sample-1.<wbr>0-SNAPSHOT.jar6705264538840591<wbr>172.tmp'<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:224)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:153)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:145)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.executeFork<wbr>edExecutions(MojoExecutor.java<wbr>:364)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:198)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:153)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:145)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.executeFork<wbr>edExecutions(MojoExecutor.java<wbr>:364)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:198)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:153)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:145)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.LifecycleModuleBuilder.b<wbr>uildProject(LifecycleModuleBui<wbr>lder.java:108)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.LifecycleModuleBuilder.b<wbr>uildProject(LifecycleModuleBui<wbr>lder.java:76)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.builder.singlethreaded.S<wbr>ingleThreadedBuilder.build(Sin<wbr>gleThreadedBuilder.java:51)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.LifecycleStarter.execute<wbr>(LifecycleStarter.java:116)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.apache.maven.DefaultMaven.<wbr>doExecute(DefaultMaven.java:36<wbr>1)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.apache.maven.DefaultMaven.<wbr>execute(DefaultMaven.java:155)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.apache.maven.cli.MavenCli.<wbr>execute(MavenCli.java:584)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.apache.maven.cli.MavenCli.<wbr>doMain(MavenCli.java:213)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.apache.maven.cli.MavenCli.<wbr>main(MavenCli.java:157)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at sun.reflect.NativeMethodAccess<wbr>orImpl.invoke0(Native Method)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at sun.reflect.NativeMethodAccess<wbr>orImpl.invoke(NativeMethodAcce<wbr>ssorImpl.java:62)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at sun.reflect.DelegatingMethodAc<wbr>cessorImpl.invoke(DelegatingMe<wbr>thodAccessorImpl.java:43)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at java.lang.reflect.Method.invok<wbr>e(Method.java:498)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.codehaus.plexus.classworld<wbr>s.launcher.Launcher.launchEnha<wbr>nced(Launcher.java:289)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.codehaus.plexus.classworld<wbr>s.launcher.Launcher.launch(Lau<wbr>ncher.java:229)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.codehaus.plexus.classworld<wbr>s.launcher.Launcher.mainWithEx<wbr>itCode(Launcher.java:415)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.codehaus.plexus.classworld<wbr>s.launcher.Launcher.main(Launc<wbr>her.java:356)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">Caused by: org.apache.maven.plugin.Plugin<wbr>ExecutionException: Execution default of goal io.fabric8:fabric8-maven-plugi<wbr>n:3.5.33:build failed: Cannot extract generator config: org.apache.maven.plugin.MojoEx<wbr>ecutionException: Failed to add devtools files to fat jar C:\tmp\jenkins-cicd\target\app<wbr>-sample-1.0-SNAPSHOT.jar. java.io.IOException: Failed to delete original file 'C:\tmp\jenkins-cicd\target\ap<wbr>p-sample-1.0-SNAPSHOT.jar' after copy to 'C:\TEMP\p251228\app-sample-1.<wbr>0-SNAPSHOT.jar6705264538840591<wbr>172.tmp'<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.apache.maven.plugin.Defaul<wbr>tBuildPluginManager.executeMoj<wbr>o(DefaultBuildPluginManager.ja<wbr>va:144)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.maven.lifecycle.int" target="_blank">org.apache.maven.lifecycle.int</a><wbr>ernal.MojoExecutor.execute(Moj<wbr>oExecutor.java:208)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        ... 27 more<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">Caused by: java.lang.IllegalArgumentExcep<wbr>tion: Cannot extract generator config: org.apache.maven.plugin.MojoEx<wbr>ecutionException: Failed to add devtools files to fat jar C:\tmp\jenkins-cicd\target\app<wbr>-sample-1.0-SNAPSHOT.jar. java.io.IOException: Failed to delete original file 'C:\tmp\jenkins-cicd\target\ap<wbr>p-sample-1.0-SNAPSHOT.jar' after copy to 'C:\TEMP\p251228\app-sample-1.<wbr>0-SNAPSHOT.jar6705264538840591<wbr>172.tmp'<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.plugin.mojo.b<wbr>uild.BuildMojo.customizeConfig<wbr>(BuildMojo.java:297)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.docker.config<wbr>.ConfigHelper.resolveImages(Co<wbr>nfigHelper.java:51)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.docker.Abstra<wbr>ctDockerMojo.initImageConfigur<wbr>ation(AbstractDockerMojo.java:<wbr>308)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.docker.Abstra<wbr>ctDockerMojo.execute(AbstractD<wbr>ockerMojo.java:215)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.plugin.mojo.b<wbr>uild.BuildMojo.execute(BuildMo<wbr>jo.java:193)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at org.apache.maven.plugin.Defaul<wbr>tBuildPluginManager.executeMoj<wbr>o(DefaultBuildPluginManager.ja<wbr>va:133)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        ... 28 more<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">Caused by: org.apache.maven.plugin.MojoEx<wbr>ecutionException: Failed to add devtools files to fat jar C:\tmp\jenkins-cicd\target\app<wbr>-sample-1.0-SNAPSHOT.jar. java.io.IOException: Failed to delete original file 'C:\tmp\jenkins-cicd\target\ap<wbr>p-sample-1.0-SNAPSHOT.jar' after copy to 'C:\TEMP\p251228\app-sample-1.<wbr>0-SNAPSHOT.jar6705264538840591<wbr>172.tmp'<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.generator.spr<a href="http://ingboot.SpringBootGenerator.ad" target="_blank"><wbr>ingboot.SpringBootGenerator.ad</a><wbr>dDevToolsFilesToFatJar(SpringB<wbr>ootGenerator.java:151)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.generator.spr<wbr><a href="http://ingboot.SpringBootGenerator.cu">ingboot.SpringBootGenerator.cu</a><wbr>stomize(SpringBootGenerator.ja<wbr>va:86)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.plugin.genera<wbr>tor.GeneratorManager.generate(<wbr>GeneratorManager.java:62)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.plugin.mojo.b<wbr>uild.BuildMojo.customizeConfig<wbr>(BuildMojo.java:295)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        ... 33 more<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">Caused by: java.io.IOException: Failed to delete original file 'C:\tmp\jenkins-cicd\target\ap<wbr>p-sample-1.0-SNAPSHOT.jar' after copy to 'C:\TEMP\p251228\app-sample-1.<wbr>0-SNAPSHOT.jar6705264538840591<wbr>172.tmp'<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at <a href="http://org.apache.commons.io" target="_blank">org.apache.commons.io</a>.FileUtil<wbr>s.moveFile(FileUtils.java:2578<wbr>)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.generator.spr<a href="http://ingboot.SpringBootGenerator.co" target="_blank"><wbr>ingboot.SpringBootGenerator.co</a><wbr>pyFilesToFatJar(SpringBootGene<wbr>rator.java:169)<u></u><u></u></font></p><p class="MsoNormal" style="line-height:normal"><font face="monospace, monospace" size="1">        at io.fabric8.maven.generator.spr<a href="http://ingboot.SpringBootGenerator.ad" target="_blank"><wbr>ingboot.SpringBootGenerator.ad</a><wbr>dDevToolsFilesToFatJar(SpringB<wbr>ootGenerator.java:149)</font></p><div><br></div><div>Few questions:</div><div><ul><li>Is  <a href="https://github.com/rhuss/fabric8-maven-plugin" target="_blank">https://github.com/rhuss/f<wbr>abric8-maven-plugin</a> the right place to open the issue ?<br></li><li>Who support the plugin and do we have dedicate team here?</li></ul></div><div>Thanks a lot</div><span class="m_6942223530427017294m_3352367512186816976m_8022429216697304556m_-1273483558236057535HOEnZb"><font color="#888888"><div><br></div><div>Mattia</div><div><br></div>-- <br><div class="m_6942223530427017294m_3352367512186816976m_8022429216697304556m_-1273483558236057535m_-8629742331446611572gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-weight:bold;margin:0px;padding:0px;font-size:14px;text-transform:uppercase"><span>MATTIA</span> <span>MASCIA</span></p><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:10px;margin:0px 0px 4px;text-transform:uppercase"><span>SENIOR CONSULTANT</span></p><p style="font-family:overpass,sans-serif;margin:0px;font-size:10px;color:rgb(153,153,153)"><a href="https://www.redhat.com/en/global/switzerland" style="color:rgb(0,136,206);margin:0px;text-decoration:none" target="_blank">Red Hat <span>Switzerland</span></a></p><p style="font-family:overpass,sans-serif;margin:0px 0px 6px;font-size:10px;color:rgb(153,153,153)"><span style="margin:0px;padding:0px"><a href="mailto:mmascia@redhat.com" style="color:rgb(0,136,206);margin:0px;text-decoration:none" target="_blank">mmascia@redhat.com</a>   </span> <span>M: <a href="tel:+41794114377" style="color:rgb(0,136,206);font-size:11px;margin:0px;text-decoration:none" target="_blank">+41 79 41 14 377</a>    </span></p><a href="https://red.ht/sig" style="color:rgb(17,85,204)" target="_blank"><img src="https://www.redhat.com/profiles/rh/themes/redhatdotcom/img/logo-red-hat-black.png" width="90" height="auto"></a> </div></div></div></div></div></div></div></div></div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_6942223530427017294m_3352367512186816976m_8022429216697304556m_-1273483558236057535gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-weight:bold;margin:0px;padding:0px;font-size:14px;text-transform:uppercase"><span>MATTIA</span> <span>MASCIA</span></p><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:10px;margin:0px 0px 4px;text-transform:uppercase"><span>SENIOR CONSULTANT</span></p><p style="font-family:overpass,sans-serif;margin:0px;font-size:10px;color:rgb(153,153,153)"><a href="https://www.redhat.com/en/global/switzerland" style="color:rgb(0,136,206);margin:0px;text-decoration:none" target="_blank">Red Hat <span>Switzerland</span></a></p><p style="font-family:overpass,sans-serif;margin:0px 0px 6px;font-size:10px;color:rgb(153,153,153)"><span style="margin:0px;padding:0px"><a href="mailto:mmascia@redhat.com" style="color:rgb(0,136,206);margin:0px;text-decoration:none" target="_blank">mmascia@redhat.com</a>   </span> <span>M: <a href="tel:+41794114377" style="color:rgb(0,136,206);font-size:11px;margin:0px;text-decoration:none" target="_blank">+41 79 41 14 377</a>    </span></p><a href="https://red.ht/sig" style="color:rgb(17,85,204)" target="_blank"><img src="https://www.redhat.com/profiles/rh/themes/redhatdotcom/img/logo-red-hat-black.png" width="90" height="auto"></a> </div></div></div></div></div></div></div></div></div></div>
</div></div></div>
Have a question?<br>
First, check the FAQ: <a href="https://pnt.redhat.com/pnt/p-734673/openshift-con...-Jun-2017.pdf" rel="noreferrer" target="_blank">https://pnt.redhat.com/pnt/p-7<wbr>34673/openshift-con...-Jun-201<wbr>7.pdf</a><br>
Next, check the archives: <a href="http://post-office.corp.redhat.com/archives/openshift-sme/" rel="noreferrer" target="_blank">http://post-office.corp.redhat<wbr>.com/archives/openshift-sme/</a></blockquote></div>
<br>Have a question?<br>
First, check the FAQ: <a href="https://pnt.redhat.com/pnt/p-734673/openshift-con...-Jun-2017.pdf" rel="noreferrer" target="_blank">https://pnt.redhat.com/pnt/p-7<wbr>34673/openshift-con...-Jun-201<wbr>7.pdf</a><br>
Next, check the archives: <a href="http://post-office.corp.redhat.com/archives/openshift-sme/" rel="noreferrer" target="_blank">http://post-office.corp.redhat<wbr>.com/archives/openshift-sme/</a><br></div><br></div></div>
<br>______________________________<wbr>_________________<br>
Devtools mailing list<br>
<a href="mailto:Devtools@redhat.com" target="_blank">Devtools@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/devtools" rel="noreferrer" target="_blank">https://www.redhat.com/mailman<wbr>/listinfo/devtools</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_6942223530427017294gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Hrishikesh | +91 7276 342274 | IRC: hshinde</div></div>
</div></div>