<div dir="ltr">Hi. It looks like your plugin is missing the &quot;src/main/resources/META-INF/beans.xml&quot; file that allows Forge to detect commands in the plugin JAR file.<div><br></div><div>For example:</div><div><a href="https://github.com/forge/plugin-arquillian/tree/master/src/main/resources/META-INF">https://github.com/forge/plugin-arquillian/tree/master/src/main/resources/META-INF</a><br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 2, 2014 at 9:55 AM,  <span dir="ltr">&lt;<a href="mailto:forge-users@lists.jboss.org" target="_blank">forge-users@lists.jboss.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Vineet,<br>
<br>
<br>
Thanks for your reply.<br>
The plugin had command but was duplicate of primeface(install-example-facelet)<br>
command.i have modified it to as follows:<br>
<br>
@Command(&quot;install-example-spring&quot;)<br>
*public* *void* installExampleSpring(*final*<br>
PipeOut pipeOut) {<br>
<br>
..<br>
<br>
<br>
}<br>
<br>
<br>
When I recreated plugin and made it available to Forge,it<br>
gave below output where it lastly says” The following plugins have been<br>
activated: [springplugin]<br>
<br>
<br>
“:<br>
<br>
<br>
However,wheni run command “springplugin installExampleSpring”,it<br>
neither creates SpringService java file(which is implementation of this command method) nor it gives any error in <a href="http://console.it" target="_blank">console.it</a> just gives the<br>
same prompt again.pfa output of this command mentioned here(forge-plugin*.png) and project.<br>
<br>
pfa plugin recreation console output also<br>
Could you kindly let me know how to resolve the same.<br>
<br>
<br>
1. Thanks.<br>
<br>
<br>
<br>
<br>
<br>
Posted by forums<br>
Original post: <a href="https://community.jboss.org/message/851331#851331" target="_blank">https://community.jboss.org/message/851331#851331</a><br>_______________________________________________<br>
forge-users mailing list<br>
<a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-users" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-users</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Lincoln Baxter, III<br>
<a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>&quot;Simpler is better.&quot;
</div>