I wonder, if you get a chance, maybe you&#39;d like to give a shot at writing a forge plugin to integrate this! It&#39;s pretty simple to add plugins now using the maven API, just look at what the Arquillian Plugin has done! I think it would be awesome and huge for AS7 if we could get this working.<br>
<br>PS. Is there a way to &quot;embed&quot; AS7, so that it will be downloaded as part of the build step? That would be ideal!<br><br><a href="https://github.com/forge/plugin-arquillian">https://github.com/forge/plugin-arquillian</a><br>
<br>~Lincoln<br><br><div class="gmail_quote">On Sat, Apr 16, 2011 at 2:02 PM, James Perkins <span dir="ltr">&lt;<a href="mailto:jrperkinsjr@gmail.com">jrperkinsjr@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hey Lincoln,<div>I&#39;m really excited to be &quot;one of you&quot; :-)</div><div><br></div><div>The current plugin is fairly simplistic. It doesn&#39;t do much other deploy, redeploy and undeploy. I&#39;m hoping to add some more functionality soon. </div>

<div><br></div><div>For a basic deploy all you need to add is the following. Just change to the goal to undeploy or redeploy to execute those tasks.</div><div><div><br></div><div>        &lt;plugins&gt;</div><div>            &lt;plugin&gt;</div>

<div>                &lt;groupId&gt;org.jboss.as.plugins&lt;/groupId&gt;</div><div>                &lt;artifactId&gt;jboss-as-deploy-plugin&lt;/artifactId&gt;</div><div>                &lt;version&gt;1.0.0-SNAPSHOT&lt;/version&gt;</div>

<div>                &lt;executions&gt;</div><div>                    &lt;execution&gt;</div><div>                        &lt;phase&gt;package&lt;/phase&gt;</div><div>                        &lt;goals&gt;</div><div>                            &lt;goal&gt;deploy&lt;/goal&gt;</div>

<div>                        &lt;/goals&gt;</div><div>                    &lt;/execution&gt;</div><div>                &lt;/executions&gt;</div><div>            &lt;/plugin&gt;</div><div>        &lt;/plugins&gt;</div></div>

<div><br></div><div>There are some configuration options, but not many yet. The name configuration tag doesn&#39;t always seem to undeploy properly.</div><div><br></div><div>You&#39;ll also want to grab the version I just pushed. There was a hang on the deploy goal.</div>

<div><br></div><div>Let me know if you need/want any more details.</div><div><br clear="all"><font color="#888888">--<br>James R. Perkins</font><div><div></div><div class="h5"><br>
<br><br><div class="gmail_quote">On Sat, Apr 16, 2011 at 07:20, Lincoln Baxter, III <span dir="ltr">&lt;<a href="mailto:lincolnbaxter@gmail.com" target="_blank">lincolnbaxter@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hey James,<br><br>Since you&#39;re *one of us* now, could you give me a quick tutorial on how to use your plugin for AS7? ;)<br><br>Best case scenario, I want to be able to deploy an exploded maven project directly from the project folder. Next best case, I need to be able to deploy maven WAR artifact (output of mvn package)<br>


<br>Thanks!<br clear="all"><font color="#888888"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br><a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>

&quot;Keep it Simple&quot;<br>
</font></blockquote></div><br></div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.com">http://ocpsoft.com</a><br><a href="http://scrumshark.com">http://scrumshark.com</a><br>&quot;Keep it Simple&quot;<br>