m2eclipse - Attach sources in Eclipse Plug-in Dependencies container -


We use Eclipse and M2E to work with a typo-based plugin. The source of our problem dependency is not attached:

Image depicting the problem, plugin dependencies are correct Is not a source

Is there any way to automatically create PDE / M2E download sources and add them in dependency?

You can try to install this plugin, which will be available in your P2 repository of Eclipse installation. Source matches bundles, such as M2E for Maven dependence

If the source jar is present in a P2 repository and it does not work for you (in fact it should be), then Please open a bug for this.

Now, if this is not working, that is, the jar does not come from a P2 repository, another option is to establish, which is similar to the mechanism of M2A, but a bit more robust More is complete, because it will seek sources in Maven Central and separate Nexus Repository Managers based on their JARs SHA1 checksum. It is a downside to this that you do not need a bunch of dependency in eclipse (PJS server stuff)

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -