I don't think that using the CDIFacet for this purpose is the right thing to do. The CDI Facet represents a java project with CDI enabled, so I don't think a POM project fits that description :)
I would just add the CDI api as a dependency, though I suppose I should ask, why are you trying to do this in this particular way?
~Lincoln
As part of implementing the ability to add dependencies based off the
dependencyManagement section of a parent pom, it would be helpful for
testing purposes (and likely for users as well) to be able to create a
project of type "pom". I copied the NewProjectPlugin and used it to
create a PomProjectPlugin. I removed the Java facet and set the
packaging to "pom"; however, it seems that
ProjectFactory.createProject() calls registerFacet() which attempts to
add every facet (CDI, JEE, etc.) to the project. The CDI facet fails
because the project is not a war or jar. Is that behavior correct
(adding the CDI facet to all projects)?
_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev