Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Get artifacts from P2 repository(Get artifacts from P2 repository)
icon5.gif  Get artifacts from P2 repository [message #1138676] Tue, 15 October 2013 08:45
Zhaopeng XUAN is currently offline Zhaopeng XUANFriend
Messages: 3
Registered: October 2013
Junior Member
Hello, All,

I'm new here for eclipse, so maybe my question is easy for you. I hope you could help me to solve this question.

Now the situation is : I want to download all dependencies (plugins + features) for one specified feature through mvn.

What I did:

I create feature.xml, and write
....
<requires>
<import feature="org.eclipse.e4.rcp" match="compatible"/>
</requires>
...

the feature "org.eclipse.e4.rcp" is the feature I want to get.

Then in maven, I use maven-dependency-plugin to copy all dependencies into foloder!

But now the problem is some plugins should be "unpack", but it never "unpack", so I don't know how to do that?

Thanks
Previous Topic:SWTResourceManager problem
Next Topic:The import javax.media cannot be resolved
Goto Forum:
  


Current Time: Fri Apr 26 23:53:51 GMT 2024

Powered by FUDForum. Page generated in 0.12023 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top