4 Replies Latest reply on Aug 10, 2010 6:22 PM by michaelschuetz

    Different behavior for deploymentExportPath

    michaelschuetz

      Hi to all,

       

      if you need to examine the generated archive you can configure deploymentExportPath within arquillian.xml

       

         <engine>
             <deploymentExportPath>target/</deploymentExportPath>
          </engine>

       

      It works just fine for absolute path. For relative path there is different behavior between IDEA and command line execution.

      * for IDEA: look at root-POMS target
      * for command line: look at modules target, as expected

       

      Does anyone knows how Eclipse behaves in that point?

       

       

      Regards

      Michael