Hey Ryan,<br><br>Your dependencies are being included as &lt;provided&gt; scope<br>107     &lt;dependency&gt;<br>108       &lt;groupId&gt;org.jboss.forge&lt;/groupId&gt;<br>109       &lt;artifactId&gt;plugin-spring-mvc&lt;/artifactId&gt;<br>
110       &lt;version&gt;1.0.0-SNAPSHOT&lt;/version&gt;<br>111       &lt;scope&gt;provided&lt;/scope&gt;<br>112     &lt;/dependency&gt;<br><br>Which Forge warns about (it probably did this to you once (easy to miss), and it probably got checked in:)<br>
***WARNING*** Dependency [org.jboss.forge:plugin-spring-mvc:jar::1.0.0-SNAPSHOT] was not correctly marked as PROVIDED scope; this has been corrected.<br><br>And that&#39;s because you used the org.jboss.forge package (forge claims this namespace for its own internals,) so you should use a different package for your plugins IMO, such as &quot;org.jboss.forge.spring&quot;. This is why the project compiles but does not run when installed. I should add this to the plugin docs.<br clear="all">
<br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>&quot;Simpler is better.&quot;<br>