]
George Gastaldi closed FORGE-688.
---------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Duplicate Issue
Duplicate of FORGE-1712
Addition of the JavaEE 6 BOM should be encapsulated in a specific
Facet
-----------------------------------------------------------------------
Key: FORGE-688
URL:
https://issues.jboss.org/browse/FORGE-688
Project: Forge
Issue Type: Enhancement
Components: Plugin API
Affects Versions: 1.1.0.Final
Reporter: George Gastaldi
Priority: Minor
It would be nice if we have a JavaEE6Facet, which installs the jboss bom.
Even though the BaseJavaEEFacet abstract class already does that, this behavior would not
be possible if a custom Facet is created extending a specific subclass of BaseFacet and
requiring the JavaEE6.
The more elegant solution would be to add:
{code:java}
@RequiresFacet(JavaEE6Facet.class)
{code}