Maven Tools

< Main Index Hibernate Tools >


JBoss Maven Integration


Upgrading to m2e 1.0.0 and m2e-wtp 0.13.0

The JBoss Maven Integration is now compatible with m2e 1.0.0 and m2e-wtp 0.13.0

See JBIDE-9057 and JBIDE-8833 , for more details.


CDI support enabled for projects depending on Seam 3 artifacts.

The Seam 3 artifacts are CDI extensions. So, when a project depends on any Seam 3 artifact, even if it does not depend on the CDI jars directly, the CDI builder is automatically enabled.
For a Web or an EJB project, adding a dependency to any Seam 3 artifact will automagically enable the CDI facet.

See JBIDE-8755 , for more details.


JSF facet enabled for projects depending on seam-faces 3.x.

The JSF Facet is automatically enabled on maven projects depending on the seam-faces 3.x artifacts, without needing any direct dependency to the JSF libraries .

See JBIDE-8755 , for more details.