<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    If you're using maven you could download the wildfly-dist ZIP and
    unzip it into a directory. This would have the advantage of using
    the correct target runtime you're using too.<br>
    <br>
    Example:<br>
    <tt>&lt;plugin&gt;</tt><tt><br>
    </tt><tt>   
      &lt;artifactId&gt;maven-dependency-plugin&lt;/artifactId&gt;</tt><tt><br>
    </tt><tt>    &lt;executions&gt;</tt><tt><br>
    </tt><tt>        &lt;execution&gt;</tt><tt><br>
    </tt><tt>            &lt;id&gt;unpack-wildfly&lt;/id&gt;</tt><tt><br>
    </tt><tt>            &lt;phase&gt;process-test-classes&lt;/phase&gt;</tt><tt><br>
    </tt><tt>            &lt;goals&gt;</tt><tt><br>
    </tt><tt>                &lt;goal&gt;unpack&lt;/goal&gt;</tt><tt><br>
    </tt><tt>            &lt;/goals&gt;</tt><tt><br>
    </tt><tt>            &lt;configuration&gt;</tt><tt><br>
    </tt><tt>                &lt;artifactItems&gt;</tt><tt><br>
    </tt><tt>                    &lt;artifactItem&gt;</tt><tt><br>
    </tt><tt>                       
      &lt;groupId&gt;org.wildfly&lt;/groupId&gt;</tt><tt><br>
    </tt><tt>                       
      &lt;artifactId&gt;wildfly-dist&lt;/artifactId&gt;</tt><tt><br>
    </tt><tt>                       
      &lt;version&gt;${version.org.wildfly.dist}&lt;/version&gt;</tt><tt><br>
    </tt><tt>                        &lt;type&gt;zip&lt;/type&gt;</tt><tt><br>
    </tt><tt>                        &lt;!-- overwrite to clean any
      previous deployments --&gt;</tt><tt><br>
    </tt><tt>                       
      &lt;overWrite&gt;true&lt;/overWrite&gt;</tt><tt><br>
    </tt><tt>                       
&lt;outputDirectory&gt;${project.build.directory}&lt;/outputDirectory&gt;</tt><tt><br>
    </tt><tt>                    &lt;/artifactItem&gt;</tt><tt><br>
    </tt><tt>                &lt;/artifactItems&gt;</tt><tt><br>
    </tt><tt>            &lt;/configuration&gt;</tt><tt><br>
    </tt><tt>        &lt;/execution&gt;</tt><tt><br>
    </tt><tt>    &lt;/executions&gt;</tt><tt><br>
    </tt><tt>&lt;/plugin&gt;</tt><br>
    <br>
    <div class="moz-cite-prefix">On 04/30/2015 10:57 AM, Daniel Kreuter
      wrote:<br>
    </div>
    <blockquote
      cite="mid:E6FD362C-8879-4C7E-8A33-C0A9B86EFDE5@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Hi,
      <div class=""><br class="">
        <div>
          <blockquote type="cite" class="">
            <div class="">Am 30.04.2015 um 15:47 schrieb Brian
              Stansberry &lt;<a moz-do-not-send="true"
                href="mailto:brian.stansberry@redhat.com" class="">brian.stansberry@redhat.com</a>&gt;:</div>
            <div class=""><br style="font-family: Helvetica; font-size:
                14px; font-style: normal; font-variant: normal;
                font-weight: normal; letter-spacing: normal;
                line-height: normal; orphans: auto; text-align: start;
                text-indent: 0px; text-transform: none; white-space:
                normal; widows: auto; word-spacing: 0px;
                -webkit-text-stroke-width: 0px;" class="">
              <br style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">
              <span style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;
                float: none; display: inline !important;" class="">[1]<span
                  class="Apple-converted-space"> </span></span><a
                moz-do-not-send="true"
                href="http://wildfly.org/news/2015/03/13/Offline-CLI/"
                style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">http://wildfly.org/news/2015/03/13/Offline-CLI/</a><br
                style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">
              <br style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">
              <blockquote type="cite" style="font-family: Helvetica;
                font-size: 14px; font-style: normal; font-variant:
                normal; font-weight: normal; letter-spacing: normal;
                line-height: normal; orphans: auto; text-align: start;
                text-indent: 0px; text-transform: none; white-space:
                normal; widows: auto; word-spacing: 0px;
                -webkit-text-stroke-width: 0px;" class="">Question is,
                should be embedded arquillian container still available
                for<br class="">
                9.x?<br class="">
                <br class="">
              </blockquote>
              <br style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">
              <span style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;
                float: none; display: inline !important;" class="">Jason
                Greene would need to rule on that, but I know we were ok
                with<span class="Apple-converted-space"> </span></span><br
                style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">
              <span style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;
                float: none; display: inline !important;" class="">dropping
                it before. Is there much use of it?</span><br
                style="font-family: Helvetica; font-size: 14px;
                font-style: normal; font-variant: normal; font-weight:
                normal; letter-spacing: normal; line-height: normal;
                orphans: auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;"
                class="">
            </div>
          </blockquote>
          <div><br class="">
          </div>
          <div>One thing I use the embedded module is for our jenkins
            build because we have no access to a managed or remote
            WildFly instance on that machine, so yeah I would like to
            see a working plugin for future versions of WildFly,
            otherwise I either need to drop my integration tests or
            stick with 8.2 instead.</div>
          <div><br class="">
          </div>
          Regards,</div>
        <div><br class="">
        </div>
        <div>Daniel</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
wildfly-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/wildfly-dev">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
James R. Perkins
JBoss by Red Hat</pre>
  </body>
</html>