[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9290) Automatically install JAX-RS facet when RESTEasy dependency is added to the project

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Sun Jul 3 16:54:23 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612295#comment-12612295 ] 

Xavier Coulon commented on JBIDE-9290:
--------------------------------------

You're right, but there does not seem to be a common/unique dependency for the JAX-RS API for all the existing implementations.
For instance, RESTEasy has its own dependency with the following groupId/artifactId: 
{quote}
 <groupId>org.jboss.resteasy</groupId>
 <artifactId>jaxrs-api</artifactId>
{quote}
while Jersey embeds the API in its core:
{quote}
 <groupId>com.sun.jersey</groupId>
 <artifactId>jersey-core</artifactId>
{quote}

So, there should be not one but several dependencies to spot, in order to support all JAX-RS implementations.


> Automatically install JAX-RS facet when RESTEasy dependency is added to the project 
> ------------------------------------------------------------------------------------
>
>                 Key: JBIDE-9290
>                 URL: https://issues.jboss.org/browse/JBIDE-9290
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: maven
>    Affects Versions: 3.3.0.M2
>            Reporter: Xavier Coulon
>            Assignee: Fred Bricon
>
> 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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list