Why do you need beans.xml in a POM project? I mean, if this is a case that you really need, it might be something we should change in Forge. Just trying to understand better what you need :)<br><br><div class="gmail_quote">
On Mon, May 16, 2011 at 5:57 PM, Tim Pedone <span dir="ltr">&lt;<a href="mailto:macdude357@gmail.com">macdude357@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;">
I see, I&#39;ll try omitting the code that creates the beans.xml file when<br>
generating a pom project and see if that works.<br>
<br>
On Mon, May 16, 2011 at 12:59 PM, Lincoln Baxter, III<br>
<div><div></div><div class="h5">&lt;<a href="mailto:lincolnbaxter@gmail.com">lincolnbaxter@gmail.com</a>&gt; wrote:<br>
&gt; If there is no beans.xml in the project, CDIFacet will not register itself;<br>
&gt; howeer, it&#39;s possible that we need to further restrict packaging types for<br>
&gt; CDIFacet to JAR and WAR.<br>
&gt;<br>
&gt; ~Lincoln<br>
&gt;<br>
&gt; On Mon, May 16, 2011 at 11:22 AM, Tim Pedone &lt;<a href="mailto:macdude357@gmail.com">macdude357@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Sorry, I must have miscommunicated what was going on.  I don&#39;t want to<br>
&gt;&gt; use the CDIFacet, it&#39;s getting added automatically.  If you take a<br>
&gt;&gt; look at the NewProjectPlugin code, it adds some facets to the project:<br>
&gt;&gt;<br>
&gt;&gt;      Project project = projectFactory.createProject(dir,<br>
&gt;&gt; DependencyFacet.class,<br>
&gt;&gt;               MetadataFacet.class,<br>
&gt;&gt;               JavaSourceFacet.class, ResourceFacet.class);<br>
&gt;&gt;<br>
&gt;&gt; ProjectFactory adds the given facets to the project but then calls<br>
&gt;&gt; registerFacets() which iterates *all* facets and adds them to the<br>
&gt;&gt; project resulting in the CDIFacet (and others) getting added.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sun, May 15, 2011 at 10:01 PM, Lincoln Baxter, III<br>
&gt;&gt; &lt;<a href="mailto:lincolnbaxter@gmail.com">lincolnbaxter@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I don&#39;t think that using the CDIFacet for this purpose is the right<br>
&gt;&gt; &gt; thing to<br>
&gt;&gt; &gt; do. The CDI Facet represents a java project with CDI enabled, so I don&#39;t<br>
&gt;&gt; &gt; think a POM project fits that description :)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I would just add the CDI api as a dependency, though I suppose I should<br>
&gt;&gt; &gt; ask,<br>
&gt;&gt; &gt; why are you trying to do this in this particular way?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ~Lincoln<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sun, May 15, 2011 at 2:02 AM, Tim Pedone &lt;<a href="mailto:macdude357@gmail.com">macdude357@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; As part of implementing the ability to add dependencies based off the<br>
&gt;&gt; &gt;&gt; dependencyManagement section of a parent pom, it would be helpful for<br>
&gt;&gt; &gt;&gt; testing purposes (and likely for users as well) to be able to create a<br>
&gt;&gt; &gt;&gt; project of type &quot;pom&quot;.  I copied the NewProjectPlugin and used it to<br>
&gt;&gt; &gt;&gt; create a PomProjectPlugin.   I removed the Java facet and set the<br>
&gt;&gt; &gt;&gt; packaging to &quot;pom&quot;; however, it seems that<br>
&gt;&gt; &gt;&gt; ProjectFactory.createProject() calls registerFacet() which attempts to<br>
&gt;&gt; &gt;&gt; add every facet (CDI, JEE, etc.) to the project.  The CDI facet fails<br>
&gt;&gt; &gt;&gt; because the project is not a war or jar.  Is that behavior correct<br>
&gt;&gt; &gt;&gt; (adding the CDI facet to all projects)?<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; forge-dev mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
&gt;&gt; &gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Lincoln Baxter, III<br>
&gt;&gt; &gt; <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt;&gt; &gt; <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt;&gt; &gt; &quot;Keep it Simple&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; forge-dev mailing list<br>
&gt;&gt; &gt; <a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
&gt;&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; forge-dev mailing list<br>
&gt;&gt; <a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Lincoln Baxter, III<br>
&gt; <a href="http://ocpsoft.com" target="_blank">http://ocpsoft.com</a><br>
&gt; <a href="http://scrumshark.com" target="_blank">http://scrumshark.com</a><br>
&gt; &quot;Keep it Simple&quot;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; forge-dev mailing list<br>
&gt; <a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
</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>