Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm developing a Maven plugin. It's going to be used during development, and it would greatly increase our productivity if the plugin would include -SNAPSHOT projects in Eclipse on the classpath. In other words, use Eclipse workspace resolution instead of getting the artifacts for these other projects out of the repository.

I tried to set this annotation in the plugin:

@requiresDependencyResolution compile 

but it didn't solve the problem.

Anyone know how to do this?

share|improve this question
Why not using m2eclipse ? – khmarbaise Apr 6 '11 at 19:53
I am using m2eclipse. Maven/Enable workspace resolution is turned on. It's also turned on in the Run Configuration I'm using. – ccleve Apr 6 '11 at 20:43
If you really developing a Maven Plugin you should think about using Maven Invoker Plugin for doing integration tests. The problem you will get inside Eclipse, cause Eclispe uses a kind of Maven-Embedder which is around Maven-3.0-Alpha-3 etc... – khmarbaise Apr 6 '11 at 21:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.