]
George Gastaldi updated FORGE-688:
----------------------------------
Fix Version/s: 2.0.0.Alpha3
(was: 2.0.0.Alpha2)
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
Fix For: 2.0.0.Alpha3
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}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: