1

I have eclipse IDE 3.6 , I want to use maven plugin for eclipse so I added the Eclipse IAM update site at http://q4e.googlecode.com/svn/trunk/updatesite-iam/

How can I add the following :

<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <version>2.3.0</version> </dependency> 

so I can use UriBuilder

0

1 Answer 1

3

Maybe it is now best to use the official m2e "Maven for Eclipse" plugin, instead of an old project.

The goal of the m2ec project is to provide a first-class Apache Maven support in the Eclipse IDE, making it easier to edit Maven's pom.xml, run a build from the IDE and much more.
m2e is also a platform that let others provide better integration with additional Maven plugins (e.g. Android, web development, etc.)

See its update sites.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.