Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.3.0.M2
-
Fix Version/s: 3.3.0.M3
-
Component/s: maven
-
Labels:
-
Release Notes Text:When a maven project has a dependency on any JAX-RS API, the JAX-RS Facet will be automatically applied to the project during configuration. This ensures that all dependencies are ready for use upon project creation or maven integration.
-
Release Notes Docs Status:Documented as Feature Request
Description
Automatically install the JAX-RS Facet and the JAX-RS Builder when a dependency with groupId "org.jboss.resteasy" is added to the project's pom.xml
Why restrict ourselves to resteasy? Why not a jaxrs api instead?